Skip to content

Commit

Permalink
Do not publish on pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed May 24, 2024
1 parent 4fbfbf2 commit eb695d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
buildoptions: "--target=prod"
- name: Trigger
uses: benc-uk/workflow-dispatch@v1.2.3
if: ${{ github.event.release.prerelease }} == false;
with:
workflow: Docker build
token: ${{ secrets.BOT_TOKEN }}
Expand Down

0 comments on commit eb695d9

Please sign in to comment.