Enable manual triggering of the workflow with workflow_dispatch

This commit is contained in:
ph 2026-02-23 21:31:41 -07:00
parent 458bf12a9d
commit 8dbc05c873

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- 'master' - 'master'
workflow_dispatch:
jobs: jobs:
dockerhub-build-push: dockerhub-build-push: