Skip to content

Commit 488d1e3

Browse files
add PR trigger for images
1 parent 6f0201f commit 488d1e3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish_docker_images.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: publish docker images
22

33
on:
4-
push:
5-
branches:
6-
- main
4+
#push:
5+
# branches:
6+
# - main
7+
pull_request:
78
paths:
89
- '.github/workflows/publish_docker_images.yml'
910
- '.github/dockerfiles/**'

0 commit comments

Comments
 (0)