From 4d3c6c1ead3a7a2561cd3479458d5ea540898486 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 16 May 2024 17:19:07 -0400 Subject: [PATCH] Fixing deploy workflow --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}