mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-31 02:29:03 -04:00
fix(ci): Do not build preview GUI releases
This commit is contained in:
parent
56363da214
commit
870efca7b2
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue