Run CodeQL on dynamic_clients branch
This commit is contained in:
parent
d6442ed53d
commit
a3ec15862d
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -2,10 +2,10 @@ name: "CodeQL"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, release* ]
|
branches: [ main, release*, dynamic_clients ]
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ main, release* ]
|
branches: [ main, release*, dynamic_clients ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '39 13 * * 2'
|
- cron: '39 13 * * 2'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user