mirror of https://github.com/status-im/consul.git
fix branch event convention
This commit is contained in:
parent
0b3dfcb195
commit
2ddba9e3a8
|
@ -3,9 +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"
|
# Push events on the main branch
|
||||||
]
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PKG_NAME: consul
|
PKG_NAME: consul
|
||||||
|
|
Loading…
Reference in New Issue