mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-21 16:29:20 -04:00
feat(ci): Do not publish GUI preview releases to Github
This commit is contained in:
parent
8388a61532
commit
86f60267d9
@ -7,6 +7,9 @@ on:
|
||||
|
||||
jobs:
|
||||
publish-tauri:
|
||||
# Do not publish preview releases to Github.
|
||||
# Building takes too long for preview releases.
|
||||
if: ${{ !contains(github.ref_name, 'preview') }}
|
||||
permissions:
|
||||
contents: write
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user