From 41925640a8560d8ba9e9a64b0d85bea443d125f1 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 21 Mar 2018 12:36:53 +0100 Subject: [PATCH] disable appveyor builds for specific branches --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index db82d20..1586e12 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,10 @@ version: 0.2.1.{build} -branches: - only: - - master - - dev - - debug +#branches: +# only: +# - master +# - dev +# - debug skip_tags: true -- 2.40.1