From d0974dd2643ecbd951d831c44120321140224038 Mon Sep 17 00:00:00 2001 From: Anas WS Date: Fri, 15 Mar 2024 14:36:54 +0530 Subject: [PATCH] fix: workflow fix for fork PRs --- .github/workflows/ci.yml | 2 +- .github/workflows/jest-coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f26d3d..175fbd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: React Template CI on: - pull_request: + pull_request_target: branches: [master, staging, dev] jobs: build-and-test: diff --git a/.github/workflows/jest-coverage.yml b/.github/workflows/jest-coverage.yml index a089073..ff70138 100644 --- a/.github/workflows/jest-coverage.yml +++ b/.github/workflows/jest-coverage.yml @@ -1,6 +1,6 @@ name: Jest Coverage Report with Annotations (CI) on: - pull_request: + pull_request_target: branches: - qa jobs: