Skip to content

Commit 760b0d3

Browse files
authored
Merge pull request #8635 from sbueringer/pr-fix-verify-action
🐛 verifier: use pull_request instead of pull_request_target
2 parents 7a55e75 + f2f7cca commit 760b0d3

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)