Skip to content

Commit 8b106c3

Browse files
committed
Use pull_request_target for github workflows
1 parent 73f2d5a commit 8b106c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
push:
55
branches: "**"
6-
pull_request:
6+
pull_request_target:
77
branches: ["main", "chang"]
88
types: [opened, reopened, edited, synchronize]
99

0 commit comments

Comments
 (0)