diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f9bc6834..6e432a61e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ trigger: branches: include: - master - - test/* + - test/** paths: exclude: - .github @@ -26,7 +26,7 @@ pr: branches: include: - master - - test/* + - test/** paths: exclude: - .github