Skip to content

Commit

Permalink
Merge pull request #90 from anasnadeemws/fix/fork-workflow-issue
Browse files Browse the repository at this point in the history
fix: workflow fix for fork PRs
  • Loading branch information
alichherawalla authored Mar 20, 2024
2 parents 7f18a9d + 6a1406b commit 4b8b988
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
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:

jobs:
build_and_test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report.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:
- main
jobs:
Expand Down

0 comments on commit 4b8b988

Please sign in to comment.