aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 76440de..ea511f3 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -26,7 +26,7 @@ trigger:
- 'test cases'
- 'unittests'
- 'azure-pipelines.yml'
- - 'ci/azure-steps.yml'
+ - 'ci/run.ps1'
- 'run_project_tests.py'
- 'run_tests.py'
- 'run_unittests.py'
@@ -41,7 +41,7 @@ pr:
- 'test cases'
- 'unittests'
- 'azure-pipelines.yml'
- - 'ci/azure-steps.yml'
+ - 'ci/run.ps1'
- 'run_project_tests.py'
- 'run_tests.py'
- 'run_unittests.py'