run all CI on PRs to be merged with release branches (#1390)

This commit is contained in:
Doug Lauder 2021-10-01 10:24:21 -04:00 committed by GitHub
parent 9cb200a831
commit 992ad833d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ on:
push:
branches: [ main, release-** ]
pull_request:
branches: [ main ]
branches: [ main, release-** ]
jobs:

View file

@ -16,7 +16,7 @@ on:
branches: [ main, release-** ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ main, release-** ]
schedule:
- cron: '30 4 * * 0'

View file

@ -4,7 +4,7 @@ on:
push:
branches: [ main, release-** ]
pull_request:
branches: [ main ]
branches: [ main, release-** ]
workflow_dispatch:
jobs:

View file

@ -4,7 +4,7 @@ on:
push:
branches: [ main, release-** ]
pull_request:
branches: [ main ]
branches: [ main, release-** ]
jobs:
golangci:

View file

@ -4,7 +4,7 @@ on:
push:
branches: [ main, release-** ]
pull_request:
branches: [ main ]
branches: [ main, release-** ]
jobs:
golangci: