mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 03:29:43 +00:00
fix branch event convention
This commit is contained in:
parent
0b3dfcb195
commit
2ddba9e3a8
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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…
x
Reference in New Issue
Block a user