From cceae09fc956691c04dc4eac261e0ac40d915c96 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Tue, 28 Sep 2021 15:41:29 +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 401b283..f5f671e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,3 +36,7 @@ script: after_success: - travis_after_test_success + +branches: + except: + - /^merge-branch-.*$/