Skip to content

Commit f13a22b

Browse files
authored
Merge pull request #333 from kevin-bates/codeql-pushed-branches
Enable CodeQL runs on all pushed branches
2 parents c45d7f3 + 38712f9 commit f13a22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

+1-1
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)