From f0834cbd1268afddd9883e39693f2c2a1d92b645 Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Fri, 14 Mar 2025 13:48:05 -0700 Subject: [PATCH] Added release trigger for further releases [ROCm/rocprofiler-sdk commit: 914923f688617e19072b49e79aad23c29055a7f2] --- projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml b/projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml index bf37ace28c..6cc2427190 100644 --- a/projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml +++ b/projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml @@ -2,7 +2,7 @@ name: ROCm CI Caller on: pull_request: - branches: [amd-staging] + branches: [amd-staging,release/rocm-rel-*] types: [opened, reopened, synchronize] push: branches: [amd-mainline]