From 25beba3776b5bfeeb5a5b5e5ee52fb50355a5044 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 20 Mar 2019 11:55:13 +0100 Subject: CI: avoid CI to run on backport branches --- .travis.yml | 4 ++++ appveyor.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index bc7e685f..213324b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ # This is the config file for building proj.4 and running its test suite # with Travis-ci.org +branches: + except: + - /^(cherry-pick-)?backport-\d+-on-/ + cache: directories: - $HOME/.ccache diff --git a/appveyor.yml b/appveyor.yml index a353f8db..bacb9f58 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,10 @@ platform: - x64 - x86 +branches: + except: + - /(cherry-pick-)?backport-\d+-on-/ + environment: matrix: -- cgit v1.2.3