We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914cfb2 commit b680ad4Copy full SHA for b680ad4
.github/workflows/winget-prerelease.yml
@@ -3,7 +3,7 @@ name: Publish prereleases to WinGet
3
on:
4
release:
5
types: [published] # Trigger on published release (includes prereleases)
6
- workflow_dispatch: # Allow manual trigger via GitHub Actions UI
+ workflow_dispatch:
7
8
jobs:
9
publish:
0 commit comments