Skip to content

Commit 0bf3fd8

Browse files
committed
Add workflow dispatch trigger
1 parent d9de549 commit 0bf3fd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- cron: '0 0 * * 1'
66
push:
77
branches: ['develop']
8+
workflow_dispatch:
89

910
env:
1011
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)