From 10ff0fce1be0edf00a385df773ae4b52f8f2b1cb Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 26 Sep 2021 09:37:17 -0500 Subject: [PATCH] Ignore non-AZP CI files for AZP ci. --- azure-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d87bc3ca0..cff53b360 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,8 +12,13 @@ trigger: - feature/* paths: exclude: - - appveyor.yml + - .circleci/* - .cirrus.yml + - .drone.star + - .github/workflows/* + - .semaphore/* + - .travis.yml + - appveyor.yml pr: branches: include: