Skip to content

Commit 48bd108

Browse files
committed
fix: only run attach-assets job for release events
1 parent 51e4d90 commit 48bd108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/desktop-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
name: Attach Desktop Assets
6969
needs: build-desktop
7070
runs-on: ubuntu-latest
71+
if: github.event_name == 'release'
7172

7273
steps:
7374
- name: Download all artifacts

0 commit comments

Comments
 (0)