We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa18e4a commit 563c5afCopy full SHA for 563c5af
.github/workflows/publish-nuget.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
tags:
6
- "v*" # Only runs on version tags like v1.0.0, v0.1.0-alpha.1
7
+ workflow_dispatch: # Allows manual triggering from GitHub Actions UI
8
9
jobs:
10
publish:
0 commit comments