Skip to content

Commit 7a10264

Browse files
committed
fix: workflow fix for fork PRs
1 parent c92efe1 commit 7a10264

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)