8000 Fix CodeQL target branch (#1054) · PyMySQL/PyMySQL@0ab3889 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ab3889

Browse files
authored
Fix CodeQL target branch (#1054)
master branch was renamed to main some time ago, leading to this action no longer working properly, at least for PRs
1 parent 72ee1f3 commit 0ab3889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches: [ main ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master ]
19+
branches: [ main ]
2020
schedule:
2121
- cron: '34 7 * * 2'
2222

0 commit comments

Comments
 (0)
0