We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcbeac commit 174c0f5Copy full SHA for 174c0f5
1 file changed
.github/workflows/publish.yml
@@ -1,5 +1,8 @@
1
name: Publish to NuGet
2
3
+on:
4
+ push:
5
+ branches: [master, nuget]
6
7
jobs:
8
build-and-publish:
0 commit comments