Skip to content

Commit

Permalink
fix: workflow fix for fork PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
anasnadeemws committed Mar 8, 2024
1 parent 8a5ab4c commit 6e54803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: React Template CI
on:
pull_request:
pull_request_target:
branches: [master, qa, develop]
jobs:
build-and-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Jest Coverage Report with Annotations (CI)
on:
pull_request:
pull_request_target:
branches:
- master
- qa
Expand Down

0 comments on commit 6e54803

Please sign in to comment.