From 5c135d4c459b76bdd67d05ee2b3c907b14d95fcb Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Tue, 19 Feb 2019 08:52:18 +0200 Subject: [PATCH] Only run the CI on the master and bors branches --- .travis.yml | 7 ++++--- appveyor.yml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa6346f5..f9ff5db5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -75,6 +75,7 @@ notifications: on_success: never branches: - except: - - staging.tmp - - trying.tmp + only: + - staging + - trying + - master diff --git a/appveyor.yml b/appveyor.yml index fa6a7a6f..df471b54 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -57,6 +57,7 @@ notifications: build: false branches: - except: - - staging.tmp - - trying.tmp + only: + - staging + - trying + - master