Skip to content

Commit 9ad8d20

Browse files
Merge pull request #67 from anasnadeemws/fix/fork-workflow-issue
fix: workflow fix for fork PRs
2 parents c92efe1 + 7a10264 commit 9ad8d20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Node Mongo Express CI
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
branches: [main]
66

77
jobs:

.github/workflows/coverage-report-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Jest Coverage Report with Annotations (CI)
22
on:
3-
pull_request:
3+
pull_request_target:
44
branches:
55
- main
66
jobs:

0 commit comments

Comments
 (0)