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 554d01f commit d332025Copy full SHA for d332025
.github/workflows/main.yml
@@ -191,7 +191,7 @@ jobs:
191
uses: github/codeql-action/analyze@v1
192
193
publish-nuget-packages:
194
- if: (github.event_name == 'push' && github.ref == 'refs/heads/dev') || github.event_name == 'release'
+ if: github.event_name == 'push' || github.event_name == 'release'
195
needs: [dotnet-build, dotnet-test, verify-template]
196
runs-on: ubuntu-latest
197
steps:
0 commit comments