Skip to content

Commit

Permalink
Allow the CodeQL workflow to run on pushes to this branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Jul 8, 2023
1 parent f5b4b91 commit f43ee42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CodeQL"

on:
push:
branches: [ "develop", "main" ]
branches: [ "develop", "main", "sam/codeql-support" ]
pull_request:
branches: [ "develop" ]

Expand Down

0 comments on commit f43ee42

Please sign in to comment.