From 2f2be724f2ffbf697adbfec8115f552618440632 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 7 Oct 2021 08:40:48 +0200 Subject: [PATCH] Travis: exclude new branch from build --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 816574e..e4a4349 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,3 +32,7 @@ script: after_success: - travis_after_test_success + +branches: + except: + - /^merge-branch-.*$/