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 5725833 commit ccf7213Copy full SHA for ccf7213
.github/workflows/codeql-analysis.yml
@@ -13,10 +13,14 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ master ]
+ branches:
17
+ - master
18
+ - main
19
pull_request:
20
# The branches below must be a subset of the branches above
21
22
23
24
schedule:
25
- cron: '19 18 * * 4'
26
0 commit comments