Skip to content

Commit b665617

Browse files
authored
Allow running workflows from forked PRs (#1017)
1 parent c834ae8 commit b665617

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches-ignore:
66
- 'docs/**'
7+
pull_request_target:
8+
types:
9+
- opened
10+
- reopened
711
workflow_dispatch:
812
inputs:
913
version:

0 commit comments

Comments
 (0)