From e2504b13662298954f2367c22f49e9bf2f2f398f Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 24 Apr 2019 16:28:53 +0200 Subject: [PATCH] Build all branches --- azure-pipelines.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 52ea16fe..e323ad5f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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