Skip to content

Commit 5f15353

Browse files
committed
Added possibility for manual workflow execution
1 parent 2b412ec commit 5f15353

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
@@ -3,6 +3,7 @@ name: Docker Image CI
33
on:
44
push:
55
branches: [ "develop" ]
6+
workflow_dispatch:
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)