fix(ci): Do not build preview GUI releases

This commit is contained in:
binarybaron 2024-11-17 22:27:48 +01:00 committed by GitHub
parent 56363da214
commit 870efca7b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,8 +9,7 @@ jobs:
publish-tauri:
# Do not publish preview releases to Github.
# Building takes too long for preview releases.
# TODO: This has been temporarily enabled
# if: ${{ !contains(github.ref_name, 'preview') }}
if: ${{ !contains(github.ref_name, 'preview') }}
permissions:
contents: write
strategy: