From 1b7266e52924f28715ee392625ec700e82313016 Mon Sep 17 00:00:00 2001 From: SilvioC2C Date: Fri, 19 Apr 2024 15:39:25 +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 5e8e3a666b33..6452beeaf42c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,3 +40,7 @@ script: after_success: - travis_after_tests_success + +branches: + except: + - /^merge-branch-.*$/