Skip to content

Commit

Permalink
Validate CodeQL for every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
akazakou committed Nov 10, 2023
1 parent 5066d07 commit 971ef2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ name: "CodeQL"

on:
push:
branches:
- '**' # This will enable the workflow on push events for all branches
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
Expand Down

0 comments on commit 971ef2e

Please sign in to comment.