Modify travis&appveyor regex for tag deployment

This commit is contained in:
xarkes 2017-11-25 12:51:46 +01:00
parent 484b3028a3
commit 05982b1304
2 changed files with 6 additions and 5 deletions

View File

@ -11,7 +11,7 @@ configuration:
branches:
only:
- master
- /v.*/
- /v\d.*/
# Environment
environment:

View File

@ -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.*$/