Skip to content

Commit 88c507c

Browse files
committed
pull-request target
1 parent 4780658 commit 88c507c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- "sdk/packages/core/**"
99
- ".github/workflows/test-core.yml"
10-
pull_request:
10+
pull_request_target:
1111
branches:
1212
- main
1313
paths:

.github/workflows/test-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- "sdk/packages/indexer/**"
1313
- "sdk/packages/simplex/**"
1414
- ".github/workflows/test-sdk.yml"
15-
pull_request:
15+
pull_request_target:
1616
branches: [main]
1717
paths:
1818
- "sdk/packages/sdk/**"

0 commit comments

Comments
 (0)