Skip to content

Commit 66aa504

Browse files
final?
1 parent 331d824 commit 66aa504

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ jobs:
7979
if: |
8080
always() && !failure() && !cancelled() &&
8181
(
82-
github.event_name == 'push'
82+
github.event_name == 'push' ||
83+
(
84+
github.event_name == 'pull_request' &&
85+
github.event.pull_request.head.repo.full_name == github.repository
86+
)
8387
)
8488
permissions:
8589
contents: write

0 commit comments

Comments
 (0)