From dbf05fd6ca08bafd0ff4467dce0d440fc804897f Mon Sep 17 00:00:00 2001 From: Anas WS Date: Fri, 15 Mar 2024 14:14:45 +0530 Subject: [PATCH] fix: workflow fix for fork PRs --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e102ca9..c8b7fe5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: react-native-template on: - pull_request: + pull_request_target: branches: [ master ] jobs: install-and-test: