Build all branches

This commit is contained in:
Philipp Oppermann
2019-04-24 16:28:53 +02:00
parent b17c06b47d
commit e2504b1366

View File

@@ -1,15 +1,11 @@
# Documentation: https://aka.ms/yaml
trigger:
batch: true
branches:
include:
# This is where pull requests from "bors r+" are built.
- staging
# This is where pull requests from "bors try" are built.
- trying
# Build post braches
- post-*
- '*'
exclude:
- 'staging.tmp'
pool:
vmImage: ubuntu-16.04