diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 614f344b4..ca835c639 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,6 +6,28 @@ trigger: - 'master' # Release branches - '0.*' + paths: + include: + - 'mesonbuild' + - 'test cases' + - 'azure-pipelines.yml' + - 'ci/azure-steps.yml' + - 'run_project_tests.py' + - 'run_tests.py' + - 'run_unittests.py' +pr: + branches: + include: + - '*' + paths: + include: + - 'mesonbuild' + - 'test cases' + - 'azure-pipelines.yml' + - 'ci/azure-steps.yml' + - 'run_project_tests.py' + - 'run_tests.py' + - 'run_unittests.py' variables: CI: 1