aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 614f344..ca835c6 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