Skip to content

Commit b0c5aa4

Browse files
authored
allow manual trigger of workflow
1 parent 27cfb8c commit b0c5aa4

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
@@ -6,6 +6,7 @@ name: Docker
66
# documentation.
77

88
on:
9+
workflow_dispatch:
910
schedule:
1011
- cron: '38 4 * * *'
1112
push:

0 commit comments

Comments
 (0)