Skip to content

Commit 37013d4

Browse files
committed
Fix default branch name in CodeQL workflow
1 parent 7fa53ff commit 37013d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ 'maint-1.3', 'maint-1.2', 'master' ]
5+
branches: [ 'maint-1.3', 'maint-1.2', 'main' ]
66
pull_request:
77
# The branches below must be a subset of the branches above
88
branches: [ 'maint-1.3' ]

0 commit comments

Comments
 (0)