Skip to content

Commit

Permalink
ci: Temporarily enabling codeQL on feature branches
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Erickson <[email protected]>
  • Loading branch information
vonericsen committed Apr 29, 2024
1 parent 4a1bb42 commit a96f141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: "CodeQL"

on:
push:
branches: [develop, master]
branches: [develop, master, feature/*]
pull_request:
# The branches below must be a subset of the branches above
branches: [develop]
Expand Down

0 comments on commit a96f141

Please sign in to comment.