Skip to content

Commit 8c758f7

Browse files
committed
build(github): use pull_request_target event
1 parent 0ed332c commit 8c758f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI Tests
33
on:
44
push:
55
branches: [ master ]
6-
pull_request:
6+
pull_request_target:
77
branches: [ master ]
88

99
jobs:

0 commit comments

Comments
 (0)