Only analyze PRs against main and v1
We can only analyze PRs against those branches we are analyzing on push.
This commit is contained in:
parent
8d18e347a7
commit
38ed96450e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches: [main, v1]
|
||||
pull_request:
|
||||
branches: [main, v1]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue