diff options
-rw-r--r-- | .ci/uhd-build-docker-container.yml | 4 | ||||
-rw-r--r-- | .ci/uhd-pipeline-pr.yml | 2 | ||||
-rw-r--r-- | .ci/uhd-pipeline.yml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.ci/uhd-build-docker-container.yml b/.ci/uhd-build-docker-container.yml index d68ba535f..bb5198a89 100644 --- a/.ci/uhd-build-docker-container.yml +++ b/.ci/uhd-build-docker-container.yml @@ -6,7 +6,7 @@ trigger: branches: include: - - master + - UHD-4.2 paths: include: - .ci/docker @@ -14,7 +14,7 @@ trigger: pr: branches: include: - - master + - UHD-4.2 paths: include: - .ci/docker diff --git a/.ci/uhd-pipeline-pr.yml b/.ci/uhd-pipeline-pr.yml index d3a8077e0..e63fca1b8 100644 --- a/.ci/uhd-pipeline-pr.yml +++ b/.ci/uhd-pipeline-pr.yml @@ -75,7 +75,7 @@ trigger: none pr: branches: include: - - master + - UHD-4.2 paths: include: - host diff --git a/.ci/uhd-pipeline.yml b/.ci/uhd-pipeline.yml index 3079a2c9e..e2399eaf1 100644 --- a/.ci/uhd-pipeline.yml +++ b/.ci/uhd-pipeline.yml @@ -66,7 +66,7 @@ trigger: batch: true branches: include: - - master + - UHD-4.2 paths: include: - host |