From 039581d882f1be5514e4703aa1bb9ef69e43baa7 Mon Sep 17 00:00:00 2001 From: Sergey Lipskiy Date: Thu, 12 Nov 2020 15:14:06 +0700 Subject: [PATCH] Remove 'branches:' section from appveyor.yml --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 78257b1f..f065fc09 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,10 +3,6 @@ image: Visual Studio 2017 version: 1.0.{build} pull_requests: do_not_increment_build_number: true -branches: - only: - - master -skip_branch_with_pr: true environment: BUILD_PATH: $(APPVEYOR_BUILD_FOLDER)\build