From 7dacfcbbea7dbd2cf38c7622ed3c0b566d8df8d4 Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Mon, 4 Mar 2024 15:44:00 +0530 Subject: [PATCH] make it run on prs too. --- .github/workflows/build_docker_images.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_docker_images.yml b/.github/workflows/build_docker_images.yml index 8f140752508f..85a1b9bcd2e5 100644 --- a/.github/workflows/build_docker_images.yml +++ b/.github/workflows/build_docker_images.yml @@ -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: