diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c3f9a1b3..7fe6665d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -78,7 +78,7 @@ jobs: slack-channel: ${{ secrets.SLACK_CHANNEL }} publish: - if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'main' }} + if: ${{ !github.event.release.prerelease }} env: # Integration test environment variables. BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}