Commit 1e4bba88 by Marcin Cieślak

v3.5.0: Filter branch for appveyor

parent 8e09b742
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
branches: branches:
only: only:
- release - release
- /v\d\.\d\.\d/
except:
- master
os: Visual Studio 2013 os: Visual Studio 2013
...@@ -70,7 +73,6 @@ ...@@ -70,7 +73,6 @@
auth_token: auth_token:
secure: IZIifH990iABY3PQUtkRscTU/NOyYYwptGB6B1y2b618vpphV/2KD/4IWJzSAYAi secure: IZIifH990iABY3PQUtkRscTU/NOyYYwptGB6B1y2b618vpphV/2KD/4IWJzSAYAi
on: on:
branch: release # release from master branch only
appveyor_repo_tag: true # deploy on tag push only appveyor_repo_tag: true # deploy on tag push only
- -
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment