From 923e5785f4ceaf53fc0caa88a0ec238380848ad7 Mon Sep 17 00:00:00 2001 From: hanzlamateen Date: Tue, 21 Mar 2023 08:31:37 +0500 Subject: [PATCH] Change to allow branch-build for remote PR --- .github/workflows/branch-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/branch-build.yml b/.github/workflows/branch-build.yml index 67cefb5b22..7e14653e61 100755 --- a/.github/workflows/branch-build.yml +++ b/.github/workflows/branch-build.yml @@ -1,5 +1,7 @@ name: branch-build on: + pull_request: + branches: [dev] push: branches-ignore: - dev