Skip to content

Commit

Permalink
Merge pull request #199 from wednesday-solutions/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 8, 2024
2 parents 5c881f1 + 19eadf4 commit a3cbab0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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

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
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uat.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: AWS S3 Static Site Deploy
on:
pull_request:
pull_request_target:
branches: [master]
jobs:
aws_deply:
Expand Down

0 comments on commit a3cbab0

Please sign in to comment.