From 94d7ab701d4c49b4e1dd46a3ae3a6633ef09a94d Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Tue, 2 Jul 2019 15:24:31 +0200 Subject: [PATCH] azure: trigger only on source code changes Change-Id: Ib88ee6639f73b250823d037eda376e065854f301 --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c6f047145ba8a..476104d21abc5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,6 +4,12 @@ trigger: include: - PHP-7.4 - master + paths: + exclude: + - docs/* + - NEWS + - UPGRADING + - UPGRADING.INTERNALS jobs: - template: azure/job.yml