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