Skip to content

Commit de83733

Browse files
Add workflow_dispatch trigger
1 parent dc8e75e commit de83733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
tags: [ 'v*.*.*' ]
1111
pull_request:
1212
branches: [ 'main' ]
13+
workflow_dispatch:
1314

1415
env:
1516
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)