From a1ec7aaee307d97b994fd8db0bd177e0b05be5e4 Mon Sep 17 00:00:00 2001 From: AdamChrimes Date: Wed, 19 Feb 2020 11:08:28 +0000 Subject: [PATCH] make some tweaks to the Azure pipelines configuration --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 05ca3be..3bf17b5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,11 @@ trigger: branches: include: - master - - refs/tags/* + - refs/tags/v* + paths: + exclude: + - CHANGELOG.md + - README.md pool: vmImage: 'ubuntu-latest'