We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2324139 commit ae3a8a3Copy full SHA for ae3a8a3
1 file changed
.github/workflows/build.yml
@@ -30,6 +30,7 @@ jobs:
30
31
publish-nuget-pacakge:
32
needs: test
33
+ if: (github.event_name == 'push')
34
35
runs-on: windows-latest
36
0 commit comments