Skip to content

Commit b95a59a

Browse files
committed
updated workflow
1 parent 776e2e1 commit b95a59a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/docker-image-dev.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Build & Push Dev Image
22

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
branches:
6+
- dev
7+
paths:
8+
- "!.**"
69

710
jobs:
811
update:

0 commit comments

Comments
 (0)