diff options
Diffstat (limited to '.ci/uhd-pipeline.yml')
-rw-r--r-- | .ci/uhd-pipeline.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.ci/uhd-pipeline.yml b/.ci/uhd-pipeline.yml index 593ac20e9..39df8e6df 100644 --- a/.ci/uhd-pipeline.yml +++ b/.ci/uhd-pipeline.yml @@ -1,8 +1,13 @@ +# +# Copyright 2021 Ettus Research, a National Instruments Brand +# +# SPDX-License-Identifier: LGPL-3.0-or-later +# + trigger: branches: include: - master - - titanium-master paths: include: - host @@ -11,7 +16,6 @@ pr: branches: include: - master - - titanium-master paths: include: - host |