allow manual trigger of workflows

This commit is contained in:
Robert Dyer
2024-12-13 11:28:04 -06:00
parent a0d5ac531b
commit 5df044477c
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -4,6 +4,9 @@ on:
push:
branches: ['main']
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}