Skip to content

Commit 534fbb1

Browse files
committed
updates trigger contitions to build image from develop
1 parent c1654f5 commit 534fbb1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/merge.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Check,Build,Deploy
22

33
on:
4-
workflow_dispatch
4+
push:
5+
branches:
6+
- develop
7+
workflow_dispatch:
58

69
permissions:
710
contents: write

0 commit comments

Comments
 (0)