Run Actions on patch branches (#2565)

This commit is contained in:
Zach Wasserman 2021-10-18 14:49:32 -07:00 committed by GitHub
parent 57150fde6c
commit 27a4fa75d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,7 @@ on:
push:
branches:
- main
- patch-*
pull_request:
jobs:
golangci:

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- patch-*
pull_request:
paths:
- '**.go'

View file

@ -2,8 +2,11 @@ on:
push:
branches:
- main
- patch-*
pull_request:
name: Run Tests
jobs:
test-e2e:
strategy: