diff options
author | Steven Koo <steven.koo@ni.com> | 2021-06-25 10:41:26 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-25 14:15:50 -0500 |
commit | 7c5497f9958da568e96ebe4c4dd1a5f087cdbe22 (patch) | |
tree | 6e7e4da600c80c073067e8b2a3be06cba25c7838 /.ci/uhd-pipeline.yml | |
parent | 0ea89ffaa4779dd045ea56a8afc5e81f57d7ad9d (diff) | |
download | uhd-7c5497f9958da568e96ebe4c4dd1a5f087cdbe22.tar.gz uhd-7c5497f9958da568e96ebe4c4dd1a5f087cdbe22.tar.bz2 uhd-7c5497f9958da568e96ebe4c4dd1a5f087cdbe22.zip |
ci: Enable manifest to trigger CI/PR builds
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/uhd-pipeline.yml')
-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 |