Add workflow_dispatch trigger to docker.yml

This commit is contained in:
tuna2134
2025-09-25 23:01:35 +09:00
committed by GitHub
parent 74f865076c
commit 57a8a4a528

View File

@@ -3,6 +3,7 @@ name: Push to github container register
on: on:
push: push:
branches: [master] branches: [master]
workflow_dispatch:
jobs: jobs:
push-docker: push-docker: