Skip to content

Commit 0a35a9f

Browse files
committed
run release on push to main
1 parent ca10ab6 commit 0a35a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108

109109
release:
110110
needs: [build]
111+
if: github.event_name == 'push'
111112
runs-on: ubuntu-24.04
112113
steps:
113114
# Download literally every single artifact
@@ -122,4 +123,3 @@ jobs:
122123
rm: true
123124
files: |
124125
**/*.xz
125-
if: github.event_name == 'push'

0 commit comments

Comments
 (0)