From 2bd32b0daff2f03506a11c49f5b54777c0afd17e Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Wed, 5 Jun 2024 01:51:43 -0400 Subject: [PATCH] External CI: change supported branches Change-Id: I3c3db1243d067720fd141eeb204d9b0b3e7a9fd6 --- .azuredevops/rocm-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.azuredevops/rocm-ci.yml b/.azuredevops/rocm-ci.yml index a045d391a7..06d6e2466d 100644 --- a/.azuredevops/rocm-ci.yml +++ b/.azuredevops/rocm-ci.yml @@ -20,7 +20,8 @@ trigger: batch: true branches: include: - - master + - amd-staging + - amd-master paths: exclude: - .github @@ -31,7 +32,8 @@ pr: autoCancel: true branches: include: - - master + - amd-staging + - amd-master paths: exclude: - .github