Skip to content

Commit d332025

Browse files
committed
Update to workflow
1 parent 554d01f commit d332025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
uses: github/codeql-action/analyze@v1
192192

193193
publish-nuget-packages:
194-
if: (github.event_name == 'push' && github.ref == 'refs/heads/dev') || github.event_name == 'release'
194+
if: github.event_name == 'push' || github.event_name == 'release'
195195
needs: [dotnet-build, dotnet-test, verify-template]
196196
runs-on: ubuntu-latest
197197
steps:

0 commit comments

Comments
 (0)