mirror of https://github.com/hashicorp/consul
Prevent running build workflows on all PRs (#11469)
parent
b57cae94de
commit
39023fb296
|
@ -3,8 +3,7 @@ name: build
|
|||
on:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/heads
|
||||
branches:
|
||||
# Provide the release branch
|
||||
branches: [ crt-release-migration-1.11.x ]
|
||||
|
||||
env:
|
||||
PKG_NAME: consul
|
||||
|
|
Loading…
Reference in New Issue