Skip to content

Commit 563c5af

Browse files
committed
Add workflow_dispatch to publish-nuget.yml to enable manual workflow runs
1 parent fa18e4a commit 563c5af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- "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
78

89
jobs:
910
publish:

0 commit comments

Comments
 (0)