From a055f5e354409e7d8598c1fec8efae0142c0a2f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 27 Jun 2017 11:24:59 +0200 Subject: [PATCH] CI: add release* branches to the whitelist --- .travis.yml | 1 + appveyor.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 58214eb8f..09f463397 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ branches: only: - /^v\d+\..+$/ - master + - /^release.*$/ matrix: include: - os: linux diff --git a/appveyor.yml b/appveyor.yml index ec978bf51..39ad826a4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,7 @@ branches: only: - master - /v\d+\..+/ + - /release.*/ shallow_clone: true os: Visual Studio 2015 configuration: