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