We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4780658 commit 88c507cCopy full SHA for 88c507c
.github/workflows/test-core.yml
@@ -7,7 +7,7 @@ on:
7
paths:
8
- "sdk/packages/core/**"
9
- ".github/workflows/test-core.yml"
10
- pull_request:
+ pull_request_target:
11
branches:
12
- main
13
.github/workflows/test-sdk.yml
@@ -12,7 +12,7 @@ on:
- "sdk/packages/indexer/**"
- "sdk/packages/simplex/**"
14
- ".github/workflows/test-sdk.yml"
15
16
branches: [main]
17
18
- "sdk/packages/sdk/**"
0 commit comments