mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-02 11:36:09 -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:
|
publish-tauri:
|
||||||
# Do not publish preview releases to Github.
|
# Do not publish preview releases to Github.
|
||||||
# Building takes too long for preview releases.
|
# 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:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue