Add workflow_dispatch for testing

This commit is contained in:
Pēteris Caune 2021-07-02 16:47:06 +03:00
parent 83eb10b99e
commit 92ef81c0a5
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

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