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:
|
||||
only:
|
||||
- master
|
||||
- /v.*/
|
||||
- /v\d.*/
|
||||
|
||||
# Environment
|
||||
environment:
|
||||
|
@ -2,6 +2,11 @@ language: cpp
|
||||
|
||||
cache: ccache
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^v\d.*$/
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
@ -77,7 +82,3 @@ deploy:
|
||||
on:
|
||||
tags: true
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^v.*$/
|
||||
|
Loading…
Reference in New Issue
Block a user