From a0b80c825cccf35190318a72b6e34200b53c5daf Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Thu, 3 Apr 2025 15:32:14 -0700 Subject: [PATCH] Update rocm_ci_caller.yml updating push trigger to amd-mainline Signed-off-by: Choudhary, Rahul --- .github/workflows/rocm_ci_caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rocm_ci_caller.yml b/.github/workflows/rocm_ci_caller.yml index 64e01c89a3..f722e81c0d 100644 --- a/.github/workflows/rocm_ci_caller.yml +++ b/.github/workflows/rocm_ci_caller.yml @@ -4,7 +4,7 @@ on: branches: [amd-staging, amd-npi, release/rocm-rel-*, amd-master] types: [opened, reopened, synchronize] push: - branches: [amd-master] + branches: [amd-mainline] workflow_dispatch: issue_comment: types: [created]