Skip to content

Commit

Permalink
make it run on prs too.
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul committed Mar 4, 2024
1 parent 1cb95a1 commit 7dacfcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Test, build, and push Docker images

on:
pull_request: # During PRs, we just check if the changes Dockerfiles can be successfully built
branches:
- main
paths:
- "docker/**"
workflow_dispatch:
Expand Down

0 comments on commit 7dacfcb

Please sign in to comment.