From 17bbbab4851ce244c846ea4db97a34210fe9be87 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 16 May 2024 17:05:13 -0400 Subject: [PATCH] SWI-5234 Updating 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 859271ed..75998539 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 }}