We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72a025 commit 2313741Copy full SHA for 2313741
1 file changed
.github/workflows/nuget.yml
@@ -3,6 +3,9 @@ name: nuget
3
on:
4
push:
5
branches: [ main ]
6
+
7
+ # Allows you to run this workflow manually from the Actions tab
8
+ workflow_dispatch:
9
10
jobs:
11
nuget-pack:
0 commit comments