From 93ac3f4b4aa83e75fb6edd37a1db40c91cbf2f42 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 17 Jan 2025 16:16:15 +0100 Subject: [PATCH] [devops] Treat darc-* and backport-pr-* branches like dev/* branches (build automatically). (#21989) --- tools/devops/automation/build-pull-request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/devops/automation/build-pull-request.yml b/tools/devops/automation/build-pull-request.yml index ee0b940d0a0c..0733fbabcb11 100644 --- a/tools/devops/automation/build-pull-request.yml +++ b/tools/devops/automation/build-pull-request.yml @@ -154,6 +154,8 @@ trigger: branches: include: - refs/heads/dev/* + - refs/heads/darc-* + - refs/heads/backport-pr-* pr: autoCancel: true