From 6e548030f3a47199621a56b70cda004ba3893c5b Mon Sep 17 00:00:00 2001 From: Anas WS Date: Fri, 8 Mar 2024 18:07:31 +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 0067a8e..819051a 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, qa, develop] jobs: build-and-test: diff --git a/.github/workflows/jest-coverage.yml b/.github/workflows/jest-coverage.yml index 30b7d55..ded8719 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: - master - qa