From a6a73f7bb77379d5ea38e57a7338589ee3ab6dae Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Mon, 11 Feb 2019 11:29:58 +0200 Subject: [PATCH] Do not perform CI on bors temporary branches --- .travis.yml | 5 +++++ appveyor.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index b8b74780..fa6346f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,3 +73,8 @@ before_cache: notifications: email: on_success: never + +branches: + except: + - staging.tmp + - trying.tmp diff --git a/appveyor.yml b/appveyor.yml index f6e7e8a7..fa6a7a6f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,3 +55,8 @@ notifications: # Building is done in the test phase, so we disable Appveyor's build phase. build: false + +branches: + except: + - staging.tmp + - trying.tmp