From b3184d36a976f7df888cdd0c95d098e797186b52 Mon Sep 17 00:00:00 2001 From: dfinke Date: Fri, 31 May 2019 12:36:45 -0400 Subject: [PATCH] try exclude again --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b991ca0..3c3a492 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,5 +12,5 @@ steps: trigger: paths: exclude: - - README.md - - Examples/* \ No newline at end of file + - README.md + - Examples/ \ No newline at end of file