mirror of https://github.com/hashicorp/consul
fixing build error
parent
d66f4da7f0
commit
0b3dfcb195
|
@ -3,8 +3,9 @@ name: build
|
|||
on:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/heads
|
||||
branches:
|
||||
[ main ]
|
||||
branches: [
|
||||
"main"
|
||||
]
|
||||
|
||||
env:
|
||||
PKG_NAME: consul
|
||||
|
|
Loading…
Reference in New Issue