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: branches:
only: only:
- master - master
- /v.*/ - /v\d.*/
# Environment # Environment
environment: environment:

View File

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