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
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ on:
push:
branches:
- main
- patch-*
pull_request:
jobs:
golangci:
+1
View File
@@ -4,6 +4,7 @@ on:
push:
branches:
- main
- patch-*
pull_request:
paths:
- '**.go'
+3
View File
@@ -2,8 +2,11 @@ on:
push:
branches:
- main
- patch-*
pull_request:
name: Run Tests
jobs:
test-e2e:
strategy: