diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b72e285..817efd7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,22 @@ trigger: + batch: true branches: include: - master - refs/tags/* + paths: + exclude: + - '**/*.md' + - .appveyor.yml + - .codecov.yml + - .git* + - .editorconfig + - .nuke + - GitReleaseManager.yaml + - .dependabot/config.yml + - .vscode/* + - LICENSE + pr: autoCancel: true branches: