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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

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: