diff options
Diffstat (limited to '.ci/uhd-pipeline-pr.yml')
-rw-r--r-- | .ci/uhd-pipeline-pr.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.ci/uhd-pipeline-pr.yml b/.ci/uhd-pipeline-pr.yml new file mode 100644 index 000000000..08a3c3212 --- /dev/null +++ b/.ci/uhd-pipeline-pr.yml @@ -0,0 +1,22 @@ +# +# Copyright 2021 Ettus Research, a National Instruments Brand +# +# SPDX-License-Identifier: LGPL-3.0-or-later +# + +trigger: none + +pr: + branches: + include: + - master + paths: + include: + - host + - .ci + - images/manifest.txt + exclude: + - .ci/docker + +extends: + template: templates/stages-uhd-pipeline.yml |