Skip to content

Commit f2f7cca

Browse files
committed
verifier: use pull_request instead of pull_request_target
Signed-off-by: Stefan Büringer [email protected]
1 parent 7a55e75 commit f2f7cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: verify
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types: [opened, edited, synchronize, reopened]
66

77
permissions:

0 commit comments

Comments
 (0)