Skip to content

Commit

Permalink
Merge pull request #327 from github/rneatherway-patch-1
Browse files Browse the repository at this point in the history
Only analyze PRs against main and v1
  • Loading branch information
rneatherway authored Nov 30, 2020
2 parents 8d18e34 + 38ed964 commit d73e5ce
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 d73e5ce

Please sign in to comment.