diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 58a9d0c2..9516a4d7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,9 @@ trigger: batch: true branches: - include: ["master", "v*"] + include: + - master + - 'v*' paths: exclude: ["doc", "*.md"]