mirror of
https://github.com/github/codeql-action.git
synced 2026-05-03 04:10:10 +00:00
Merge pull request #327 from github/rneatherway-patch-1
Only analyze PRs against main and v1
This commit is contained in:
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches: [main, v1]
|
||||
pull_request:
|
||||
branches: [main, v1]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user