Skip to content

Commit 16cd388

Browse files
codeql: fix branch name to run workflow
1 parent 49a07c7 commit 16cd388

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

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "main" ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ "master" ]
8+
branches: [ "main" ]
99
schedule:
1010
- cron: '38 10 * * 2'
1111

0 commit comments

Comments
 (0)