Only run the CI on the master and bors branches

This commit is contained in:
Roey Darwish Dror
2019-02-19 08:52:18 +02:00
parent 13ecb19e29
commit 5c135d4c45
2 changed files with 8 additions and 6 deletions

View File

@@ -75,6 +75,7 @@ notifications:
on_success: never
branches:
except:
- staging.tmp
- trying.tmp
only:
- staging
- trying
- master

View File

@@ -57,6 +57,7 @@ notifications:
build: false
branches:
except:
- staging.tmp
- trying.tmp
only:
- staging
- trying
- master