From 1cad04185b943afe01c81d96f6333f3b3827c3e0 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 9 Aug 2019 22:21:11 +0100 Subject: [PATCH] ci: try removing exclude: to make Azure jobs work again --- .ci/azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 6d0832da..920e82a1 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -3,11 +3,6 @@ # Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/python -trigger: - branches: - exclude: - - docs-master - jobs: - job: Mac