fix branch event convention

This commit is contained in:
Claire Labry 2022-01-06 14:32:35 -05:00
parent 6a3cd82166
commit 9cf80e091d
No known key found for this signature in database
GPG Key ID: 2A8A96045C4E9B0C
1 changed files with 3 additions and 3 deletions

View File

@ -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