From e7862449888ef1d4d0f5738a514abca3af83e3e1 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 6 Jun 2021 13:42:38 +0200 Subject: [PATCH] root: don't run main ci for website or outpost changes Signed-off-by: Jens Langhammer --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 177da1701..9bae8cce6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,10 @@ trigger: - master - next - version-* + paths: + exclude: + - website + - outpost resources: - repo: self