We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9debe8 + 17bbbab commit 0d5d954Copy full SHA for 0d5d954
.github/workflows/deploy.yml
@@ -78,7 +78,7 @@ jobs:
78
slack-channel: ${{ secrets.SLACK_CHANNEL }}
79
80
publish:
81
- if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'main' }}
+ if: ${{ !github.event.release.prerelease}}
82
env:
83
# Integration test environment variables.
84
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
0 commit comments