mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-14 06:46:27 +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
6
.github/workflows/ci.yml
vendored
6
.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:
|
||||||
|
@ -123,4 +123,4 @@ jobs:
|
||||||
uses: reviewdog/action-golangci-lint@v1
|
uses: reviewdog/action-golangci-lint@v1
|
||||||
# uses: docker://reviewdog/action-golangci-lint:v1 # pre-build docker image
|
# uses: docker://reviewdog/action-golangci-lint:v1 # pre-build docker image
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.github_token }}
|
github_token: ${{ secrets.github_token }}
|
||||||
|
|
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