Skip to content

Commit 577cc11

Browse files
committed
test: only push packages if on release
1 parent f0135fd commit 577cc11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/packaging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ jobs:
6666
name: caso-${{ env.VERSION }}.tar.gz
6767

6868
- name: Update source distribution artifacts to release
69-
# Also run if event is a tag
70-
if: github.event_name == 'push' || github.event_name == 'release'
69+
if: github.event_name == 'release'
7170
uses: AButler/[email protected]
7271
with:
7372
files: 'dist/*tar.gz'

0 commit comments

Comments
 (0)