diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4cdd495fe0c31..e16fd36ac8f98 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,9 +9,11 @@ trigger: - 'doc/*' pr: -- master -- 1.2.x -- 1.3.x + autoCancel: true + branches: + include: + - master + - 1.3.x variables: PYTEST_WORKERS: auto