Skip to content

Commit 74ae3ce

Browse files
committed
Add or update CodeQL workflow
1 parent 3f34c84 commit 74ae3ce

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
@@ -14,10 +14,10 @@ name: "CodeQL"
1414

1515
on:
1616
push:
17-
branches: [ "main" ]
17+
branches: [ "master" ]
1818
pull_request:
1919
# The branches below must be a subset of the branches above
20-
branches: [ "main" ]
20+
branches: [ "master" ]
2121
schedule:
2222
- cron: '30 14 * * 4'
2323

0 commit comments

Comments
 (0)