update ci and readme, allow workflow dispatch
All checks were successful
Publish / Publish Docker Container (push) Successful in 2m56s

This commit is contained in:
2025-11-30 15:06:02 +11:00
parent 3354b186c1
commit 5a7aec64ca
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ on:
jobs:
publish:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
name: Publish Docker Container
runs-on: ubuntu-latest