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