We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167a855 commit eaf3a69Copy full SHA for eaf3a69
.github/workflows/codeql.yml
@@ -2,7 +2,10 @@ name: "Code scanning - action"
2
3
on:
4
push:
5
+ branches: [ 'master', 'stable*', 'v[0-9]*' ]
6
pull_request:
7
+ # The branches below must be a subset of the branches above
8
+ branches: [ master ]
9
schedule:
10
- cron: '0 19 * * 0'
11
0 commit comments