Skip to content

Commit 81f05c0

Browse files
committed
Fixing validate-pull-request trigger so it also runs for fork PRs
1 parent bc8aa72 commit 81f05c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Validate Pull Request
22

33
on:
44
push:
5-
pull_request:
5+
pull_request_target:
66
types: [opened, synchronize]
77

88
jobs:

0 commit comments

Comments
 (0)