forked from MichaelYick/mailpoet
Replace occurrences of master with trunk in CodeQL config
[MAILPOET-3466]
This commit is contained in:
parent
cbf3aa477d
commit
df62347116
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -7,10 +7,10 @@ name: 'CodeQL'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [trunk]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [master]
|
||||
branches: [trunk]
|
||||
schedule:
|
||||
- cron: '0 17 * * 4'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user