Skip to content

Commit

Permalink
Run deploy only on release (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz authored Apr 2, 2024
1 parent 17a902b commit 1ba094c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ jobs:

# Dispatch a separate deployment workflow in a private repository
deploy:
# Remove this if we end up adding more environments than just NuGet
if: ${{ github.event_name == 'release' }}

needs:
- version
- format
Expand Down

0 comments on commit 1ba094c

Please sign in to comment.