mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-22 14:11:50 +08:00
ci: Update branches to master (#3177)
* Update ci.yml * Update fuzzing.yml
This commit is contained in:
parent
1698838685
commit
2491336c11
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -5,10 +5,10 @@ name: Cross-Platform
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- v2
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- v2
|
||||
- master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
@ -123,4 +123,4 @@ jobs:
|
|||
uses: reviewdog/action-golangci-lint@v1
|
||||
# uses: docker://reviewdog/action-golangci-lint:v1 # pre-build docker image
|
||||
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
|
||||
push:
|
||||
branches:
|
||||
- v2
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- v2
|
||||
- master
|
||||
|
||||
# Daily midnight fuzzing
|
||||
schedule:
|
||||
|
|
Loading…
Reference in New Issue
Block a user