Merge pull request #327 from github/rneatherway-patch-1

Only analyze PRs against main and v1
This commit is contained in:
Robin Neatherway
2020-11-30 10:18:36 +00:00
committed by GitHub
+1
View File
@@ -4,6 +4,7 @@ on:
push:
branches: [main, v1]
pull_request:
branches: [main, v1]
jobs:
build: