Skip to content

Commit 3ec8724

Browse files
Update the ci trigger from pull_request to pull_request_target
1 parent bc0fc19 commit 3ec8724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CI
44

55
# Controls when the workflow will run
66
on:
7-
pull_request:
7+
pull_request_target:
88
types: [opened, reopened, synchronize]
99

1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel

0 commit comments

Comments
 (0)