diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3849c7d..7f93bfa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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