From 4209c85908fe6d86fb91396c63cd0a65d0bfc4f1 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 25 Apr 2019 11:08:05 +0200 Subject: [PATCH] Build all branches on azure pipelines --- azure-pipelines.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6a29b38d..078702a5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,17 +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 pull requests. - - master - # Build post braches - - post-* + - '*' + exclude: + - 'staging.tmp' strategy: matrix: