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:
- staging
- trying
- master
- /post-.*/
build: false

View File

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

View File

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