trigger on branch main only

This commit is contained in:
Colin Griffin
2021-12-17 12:33:49 -05:00
committed by GitHub
parent d99a625c6a
commit 03a6d0af3a

View File

@ -3,7 +3,10 @@
name: Build and push image to DockerHub
# Controls when the workflow will run
on: push
on:
push:
branches:
- main
# Leaving in example for releases. Initially we simply push to 'latest'
# on: