Skip to content

Commit 38712f9

Browse files
committed
Enable CodeQL runs on all pushed branches
1 parent a409056 commit 38712f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

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

1515
on:
1616
push:
17-
branches: [ master ]
17+
branches: [ '*' ]
1818
pull_request:
1919
# The branches below must be a subset of the branches above
2020
branches: [ master ]

0 commit comments

Comments
 (0)