From 9cef209e26d6a187e2406f84bf2459040f1e6f47 Mon Sep 17 00:00:00 2001 From: Iryna Vyshnevska Date: Thu, 9 Jun 2022 13:58:34 +0300 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 dc445b2..0603f20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,3 +51,7 @@ script: after_success: - travis_after_test_success + +branches: + except: + - /^merge-branch-.*$/