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 b35ede8 commit 4eda48dCopy full SHA for 4eda48d
.github/workflows/dotnetcore.yml
@@ -62,4 +62,5 @@ jobs:
62
run: nuget pack
63
64
- name: Publish to GitHub Packages
65
+ if: github.ref == 'refs/heads/master'
66
run: dotnet nuget push *.nupkg
0 commit comments