Skip to content

Commit

Permalink
Only deplouy on new version
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOrneholm committed Apr 10, 2024
1 parent 6daef0a commit 7622b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:

- name: Build Samples
run: dotnet build ${{ env.samplesProjectPath }} --configuration ${{ env.dotnetConfiguration }}
deploy:
# if: github.event_name == 'release'
deploy-nuget:
if: github.event_name == 'release'
runs-on: ubuntu-latest
needs: [ build-and-test, build-samples ]
steps:
Expand Down

0 comments on commit 7622b6e

Please sign in to comment.