Skip to content

Commit 7dacfcb

Browse files
committed
make it run on prs too.
1 parent 1cb95a1 commit 7dacfcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_docker_images.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Test, build, and push Docker images
22

33
on:
44
pull_request: # During PRs, we just check if the changes Dockerfiles can be successfully built
5+
branches:
6+
- main
57
paths:
68
- "docker/**"
79
workflow_dispatch:

0 commit comments

Comments
 (0)