From 5090a4225f68de69a8a40e295e987ea71bdcbbd8 Mon Sep 17 00:00:00 2001 From: frostming Date: Mon, 15 Jul 2019 09:38:07 +0800 Subject: [PATCH] Try to fix excluding settings --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4b4061b0..5f36b459 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,10 +6,10 @@ trigger: - master paths: exclude: - - docs/* - - news/* - - peeps/* - - examples/* + - docs/ + - news/ + - peeps/ + - examples/ - pytest.ini - README.md - pipenv/*.txt