Skip to content

Commit 4f7165d

Browse files
Adding workflow_dispatch to docker_publish.yml to allow for manual triggers.
1 parent 35802ec commit 4f7165d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ name: Docker
88
on:
99
release:
1010
types: [ published, edited ]
11+
workflow_dispatch
1112

1213
env:
1314
# Use docker.io for Docker Hub if empty

0 commit comments

Comments
 (0)