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:
|
||||
push:
|
||||
# Sequence of patterns matched against refs/heads
|
||||
branches: [
|
||||
"main"
|
||||
]
|
||||
branches:
|
||||
# Push events on the main branch
|
||||
- main
|
||||
|
||||
env:
|
||||
PKG_NAME: consul
|
||||
|
|
Loading…
Reference in New Issue