mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Deploy only on tags
This commit is contained in:
parent
a454ca68f8
commit
ab6d2f7b4b
@ -46,8 +46,8 @@ deploy:
|
||||
auth_token:
|
||||
secure: 2SmsqS2RaX2N5c9UwUcfBwNmMX64FfPAZFShLyxIkZXiC8vLaYCHToWxBYEuWRSk
|
||||
artifact: Cutter%BITS%
|
||||
draft: false
|
||||
prerelease: true
|
||||
draft: true
|
||||
prerelease: false
|
||||
on:
|
||||
branch: master
|
||||
appveyor_repo_tag: false
|
||||
appveyor_repo_tag: true
|
||||
|
@ -75,8 +75,7 @@ deploy:
|
||||
file:
|
||||
- "${FILE_TO_UPLOAD}"
|
||||
on:
|
||||
repo: radareorg/cutter
|
||||
condition: $DEPLOY = 1
|
||||
tags: true
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
Loading…
Reference in New Issue
Block a user