From 9a73e497965cb505679959cf1840a5d0a79e0b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Tue, 2 Oct 2018 13:38:17 +0200 Subject: [PATCH] Build AppVeyor on tags --- .appveyor.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7802abda..1ad831d2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,13 +6,6 @@ clone_depth: 1 configuration: - Release -# Branches to build -branches: - only: - - master - - /v\d.*/ - - deploy-test - # Environment environment: NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip @@ -92,3 +85,12 @@ deploy: on: appveyor_repo_tag: true DEPLOY: true + +for: + - + branches: + only: + - master + - + skip_non_tags: true +