Run Actions on patch branches (#2565)
This commit is contained in:
@@ -3,6 +3,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- patch-*
|
||||
pull_request:
|
||||
jobs:
|
||||
golangci:
|
||||
|
||||
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- patch-*
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.go'
|
||||
|
||||
@@ -2,8 +2,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- patch-*
|
||||
pull_request:
|
||||
|
||||
name: Run Tests
|
||||
|
||||
jobs:
|
||||
test-e2e:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user