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