From ecb119aec37e3016de7c76df690e432302380990 Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Fri, 14 Mar 2025 13:49:46 -0700 Subject: [PATCH] Added release trigger for further releases Signed-off-by: Mallya, Ameya Keshava [ROCm/ROCR-Runtime commit: 5d254c6fb0ab958394cfd3e46d368a90032730d0] --- projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml b/projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml index cb60c39010..b188aabd9f 100644 --- a/projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml +++ b/projects/rocr-runtime/.github/workflows/rocm_ci_caller.yml @@ -3,7 +3,7 @@ on: # Commenting below to avoid re-runs of amd smi for trivial rebases # Once Rocr team aligns update amd-master to amd-mainline pull_request: - branches: [amd-staging, amd-master, amd-npi] + branches: [amd-staging, amd-master, amd-npi, release/rocm-rel-*] types: [opened, reopened, synchronize] push: branches: [amd-master]