Don't run CI on master branch

This commit is contained in:
Philipp Oppermann
2019-02-07 18:29:30 +01:00
parent 3b23155fa4
commit df4b29acaf
3 changed files with 0 additions and 5 deletions

View File

@@ -2,7 +2,6 @@ branches:
only: only:
- staging - staging
- trying - trying
- master
- /post-.*/ - /post-.*/
build: false build: false

View File

@@ -6,8 +6,6 @@ branches:
- staging - staging
# This is where pull requests from "bors try" are built. # This is where pull requests from "bors try" are built.
- trying - trying
# Build pull requests.
- master
# Build post braches # Build post braches
- /^post-.*$/ - /^post-.*$/

View File

@@ -8,8 +8,6 @@ trigger:
- staging - staging
# This is where pull requests from "bors try" are built. # This is where pull requests from "bors try" are built.
- trying - trying
# Build pull requests.
- master
# Build post braches # Build post braches
- post-* - post-*