From 3235bb7253d87d8e387057ea7a466c490c587b2e Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Fri, 18 Jan 2019 16:39:47 +0800 Subject: [PATCH] Exclude peeps folder when trigger pipelines --- .azure-pipelines/linux.yml | 1 + .azure-pipelines/windows.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.azure-pipelines/linux.yml b/.azure-pipelines/linux.yml index a2f34d4c..e39c45e7 100644 --- a/.azure-pipelines/linux.yml +++ b/.azure-pipelines/linux.yml @@ -8,6 +8,7 @@ trigger: exclude: - docs/* - news/* + - peeps/* - README.md - pipenv/*.txt - CHANGELOG.rst diff --git a/.azure-pipelines/windows.yml b/.azure-pipelines/windows.yml index 35d5c16e..0f04afbe 100644 --- a/.azure-pipelines/windows.yml +++ b/.azure-pipelines/windows.yml @@ -8,6 +8,7 @@ trigger: exclude: - docs/* - news/* + - peeps/* - README.md - pipenv/*.txt - CHANGELOG.rst