Skip to content

Commit 7866cd1

Browse files
committed
nuget publishing
1 parent 730266f commit 7866cd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nuget.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
#push:
99
#branches: [ master ]
1010
# Allows you to run this workflow manually from the Actions tab
11-
workflow_dispatch:
11+
push:
12+
tags:
13+
- "v*-n"
1214

1315
jobs:
1416
build:

0 commit comments

Comments
 (0)