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: