From 94431ab70409b1f5eeec636a9a6d1a6844526dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Thu, 22 Aug 2019 20:08:29 +0200 Subject: [PATCH] Disable CI for Branches --- .appveyor.yml | 4 ++++ .travis.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index c367a4c..9b9542e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,9 @@ image: 'Visual Studio 2017' +branches: + only: + - master + configuration: - Release diff --git a/.travis.yml b/.travis.yml index c62d091..f3b6f7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: cpp +branches: + only: + - master + matrix: include: - name: Linux