fix branch event convention

This commit is contained in:
Claire Labry 2022-01-06 14:32:35 -05:00
parent 0b3dfcb195
commit 2ddba9e3a8
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: 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