From 0c86d0b126939708a1581128ef07e4708a5f50c5 Mon Sep 17 00:00:00 2001 From: Telmo Santos Date: Tue, 3 May 2022 10:46:59 +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 c90f2f2..d22b9bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,3 +40,7 @@ script: after_success: - travis_after_test_success + +branches: + except: + - /^merge-branch-.*$/