Skip to content

Commit b1286d9

Browse files
committed
switch winget release action to only fire manually
1 parent 4758ea2 commit b1286d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/winget.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Publish to Winget
22

33
on:
4-
release:
5-
types: [released]
4+
workflow_dispatch:
65

76
jobs:
87
publish:

0 commit comments

Comments
 (0)