From 7c5497f9958da568e96ebe4c4dd1a5f087cdbe22 Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Fri, 25 Jun 2021 10:41:26 -0500 Subject: ci: Enable manifest to trigger CI/PR builds Signed-off-by: Steven Koo --- .ci/uhd-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.ci') 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 -- cgit v1.2.3