Skip to content

Commit

Permalink
Only analyze PRs against main and v1
Browse files Browse the repository at this point in the history
We can only analyze PRs against those branches we are analyzing on push.
  • Loading branch information
Robin Neatherway authored and GitHub committed Nov 27, 2020
1 parent 8d18e34 commit 38ed964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main, v1]
pull_request:
branches: [main, v1]

jobs:
build:
Expand Down

0 comments on commit 38ed964

Please sign in to comment.