add branch triggers

This commit is contained in:
Colin Griffin
2022-05-20 13:41:26 -04:00
parent f7ea2cfef4
commit 6de505cc90

View File

@@ -4,8 +4,10 @@ name: Test actions image build
# Controls when the workflow will run
on:
push:
branches: [main]
# Allow running workflow manually from the Actions tab
workflow_dispatch:
workflow_dispatch: ~
# Leaving in example for releases. Initially we simply push to 'latest'
# on: