diff --git a/eng/pipelines/runtime-androidemulator.yml b/eng/pipelines/runtime-androidemulator.yml index d54ac082ab1ac6..e3f812ce3c1a3b 100644 --- a/eng/pipelines/runtime-androidemulator.yml +++ b/eng/pipelines/runtime-androidemulator.yml @@ -3,7 +3,13 @@ # point the pipeline in azdo UI to this, and thus avoid any scheduled # triggers -trigger: none +trigger: + branches: + include: + - release/*.* + paths: + include: + - '*' variables: - template: /eng/pipelines/common/variables.yml