We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb95a1 commit 7dacfcbCopy full SHA for 7dacfcb
.github/workflows/build_docker_images.yml
@@ -2,6 +2,8 @@ name: Test, build, and push Docker images
2
3
on:
4
pull_request: # During PRs, we just check if the changes Dockerfiles can be successfully built
5
+ branches:
6
+ - main
7
paths:
8
- "docker/**"
9
workflow_dispatch:
0 commit comments