Skip to content

Commit

Permalink
Run workflow also on v2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardopirovano committed Mar 30, 2022
1 parent 34a1681 commit a4da970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL action"

on:
push:
branches: [main, v1]
branches: [main, v1, v2]
pull_request:
branches: [main, v1]
branches: [main, v1, v2]
# Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened
# by other workflows.
types: [opened, synchronize, reopened, ready_for_review]
Expand Down

0 comments on commit a4da970

Please sign in to comment.