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 95050a8 commit 8f16b35Copy full SHA for 8f16b35
.github/workflows/codeql.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ "main, user-model/main" ]
+ branches: [ "main", "user-model/main", "add_codeql" ]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
20
schedule:
21
- cron: '37 19 * * 4'
22
0 commit comments