Skip to content

Commit 8f16b35

Browse files
committed
Fix branches for scanning
1 parent 95050a8 commit 8f16b35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "main, user-model/main" ]
16+
branches: [ "main", "user-model/main", "add_codeql" ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ "main, user-model/main" ]
19+
branches: [ "main", "user-model/main", "add_codeql" ]
2020
schedule:
2121
- cron: '37 19 * * 4'
2222

0 commit comments

Comments
 (0)