mirror of
https://github.com/spf13/viper
synced 2024-12-22 19:47:01 +00:00
Fix codeql workflow
This commit is contained in:
parent
c4687f7766
commit
2062cd6ee6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeql-analysis.yaml
vendored
4
.github/workflows/codeql-analysis.yaml
vendored
|
@ -13,10 +13,10 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ fork ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ fork ]
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
- cron: '22 16 * * 3'
|
||||
|
||||
|
|
Loading…
Reference in a new issue