Skip to content

Commit 7103a7c

Browse files
Fix: Correct workflow trigger syntax in docker-build.yml
1 parent c2c702e commit 7103a7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Docker Image CI
22

33
on:
4+
workflow_dispatch:
45
push:
5-
branches: [ "main", "master" ]
6+
branches:
7+
- "main"
8+
- "master"
69

710
jobs:
811
build:

0 commit comments

Comments
 (0)