diff options
| -rw-r--r-- | .ci/uhd-pipeline.yml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.ci/uhd-pipeline.yml b/.ci/uhd-pipeline.yml index 16854ab9b..73291d346 100644 --- a/.ci/uhd-pipeline.yml +++ b/.ci/uhd-pipeline.yml @@ -12,6 +12,7 @@ trigger:      include:      - host      - .ci/uhd-pipeline.yml +    - images/manifest.txt  pr:    branches:      include: @@ -20,6 +21,7 @@ pr:      include:      - host      - .ci/uhd-pipeline.yml +    - images/manifest.txt  variables:  - template: uhd-pipeline-vars.yml | 
