Skip to content

Commit 331d824

Browse files
one more
1 parent 87ab200 commit 331d824

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ jobs:
7777
runs-on: ubuntu-latest
7878
needs: [create_release_artifacts]
7979
if: |
80-
always() && !failure() && !cancelled()
80+
always() && !failure() && !cancelled() &&
81+
(
82+
github.event_name == 'push'
83+
)
8184
permissions:
8285
contents: write
8386
actions: read

0 commit comments

Comments
 (0)