Skip to content

Commit 0984bc0

Browse files
Update docker-build-and-push.yml
1 parent 0b5e2ff commit 0984bc0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/docker-build-and-push.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Build and Push Docker Image
22

33
on:
44
pull_request:
5-
types: [closed]
5+
types:
6+
- opened
7+
- ready_for_review
8+
- reopened
9+
- synchronize
610
branches:
711
- main
812
- dev

0 commit comments

Comments
 (0)