Skip to content

Commit f6b6642

Browse files
committed
Revert workflow trigger to release:published for GitHub UI compatibility
1 parent a0839f5 commit f6b6642

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Build & Release Desktop App
22

33
on:
4-
push:
5-
tags:
6-
- 'v*'
4+
release:
5+
types: [published]
76

87
permissions:
98
contents: write

0 commit comments

Comments
 (0)