mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-27 22:23:48 +03:00
ci: Update branches to master (#3177)
* Update ci.yml * Update fuzzing.yml
This commit is contained in:
parent
1698838685
commit
2491336c11
2 changed files with 5 additions and 5 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -5,10 +5,10 @@ name: Cross-Platform
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- v2
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- v2
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
4
.github/workflows/fuzzing.yml
vendored
4
.github/workflows/fuzzing.yml
vendored
|
@ -4,10 +4,10 @@ on:
|
||||||
# Regression testing
|
# Regression testing
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- v2
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- v2
|
- master
|
||||||
|
|
||||||
# Daily midnight fuzzing
|
# Daily midnight fuzzing
|
||||||
schedule:
|
schedule:
|
||||||
|
|
Loading…
Reference in a new issue