fix branch event convention
This commit is contained in:
parent
6a3cd82166
commit
9cf80e091d
|
@ -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