Skip to content

Commit a922284

Browse files
Update the ci trigger from pull_request to pull_request_target
1 parent ea0d8d9 commit a922284

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)