From a393d234ae245d567b425112d1b91ca8d1aa3326 Mon Sep 17 00:00:00 2001 From: "Williams, Justin" Date: Wed, 26 Feb 2025 12:46:43 -0700 Subject: [PATCH] [SWDEV-500518] Added ROCm Release Branches (#133) Signed-off-by: Williams, Justin [ROCm/amdsmi commit: 23cefc1116b52c5837b4970aea48b518a2d16998] --- projects/amdsmi/.github/workflows/amdsmi-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/amdsmi/.github/workflows/amdsmi-build.yml b/projects/amdsmi/.github/workflows/amdsmi-build.yml index 2137ceed41..d1b7ea60b4 100644 --- a/projects/amdsmi/.github/workflows/amdsmi-build.yml +++ b/projects/amdsmi/.github/workflows/amdsmi-build.yml @@ -2,9 +2,9 @@ name: Build and Install AMDSMI on: pull_request: - branches: [amd-staging, amd-mainline] + branches: [amd-staging, amd-mainline, release/rocm-rel-*] push: - branches: [amd-staging, amd-mainline] + branches: [amd-staging, amd-mainline, release/rocm-rel-*] workflow_dispatch: jobs: