From f9b8c236ae624a60fc8be279a2a46e5f104e51ec Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Wed, 29 May 2024 06:02:10 +0100 Subject: [PATCH] ci/cd: exclude paths for PRs too --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c4bb13c57..d8f096b92 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,6 +27,11 @@ pr: include: - master - test/* + paths: + exclude: + - .github + - README.md + - CONTRIBUTING.md stages: - stage: BuildJackett