Merge pull request #253 from zitadel/livio-a-patch-1
chore(codeql): update branch name
This commit is contained in:
commit
a757c5d13a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -2,10 +2,10 @@ name: "Code scanning - action"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master, ]
|
||||
branches: [main, ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: '0 11 * * 0'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue