mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Modify travis&appveyor regex for tag deployment
This commit is contained in:
parent
484b3028a3
commit
05982b1304
@ -11,7 +11,7 @@ configuration:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- /v.*/
|
- /v\d.*/
|
||||||
|
|
||||||
# Environment
|
# Environment
|
||||||
environment:
|
environment:
|
||||||
|
@ -2,6 +2,11 @@ language: cpp
|
|||||||
|
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- /^v\d.*$/
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -77,7 +82,3 @@ deploy:
|
|||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
- /^v.*$/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user