add workflow_dispatch

This commit is contained in:
syuilo 2021-09-09 17:39:24 +09:00 committed by GitHub
parent a01af86c7f
commit d38434f5f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: Publish Docker image
on:
release:
types: [published]
workflow_dispatch:
jobs:
push_to_registry: