We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f9698 commit b3c6345Copy full SHA for b3c6345
.github/workflows/dotnet.yml
@@ -32,7 +32,7 @@ jobs:
32
# publish Core on version change
33
- name: publish Core on version change
34
id: publish_core
35
- if: success()
+ if: github.ref == 'refs/heads/master' && success()
36
uses: Clivar/publish-nuget@master
37
with:
38
# Filepath of the project to be packaged, relative to root of repository
0 commit comments