Skip to content

Commit 524694d

Browse files
committed
Build docker image on PRs
1 parent 7670217 commit 524694d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-publish-docker-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- "main"
7-
paths:
7+
paths: &paths
88
- "docker/*"
99
- ".github/workflows/build-and-publish-docker-image.yml"
10+
pull_request:
11+
paths: *paths
1012

1113

1214
permissions:

0 commit comments

Comments
 (0)