From b41bc664248eaf9155f82cc4413c022691d2397b Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Fri, 28 Mar 2025 08:07:58 -0700 Subject: [PATCH] Added KWS check for amd-mainline --- .github/workflows/kws-caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kws-caller.yml b/.github/workflows/kws-caller.yml index ffcbff7b1e..c0f4f26807 100644 --- a/.github/workflows/kws-caller.yml +++ b/.github/workflows/kws-caller.yml @@ -1,7 +1,7 @@ name: Rocm Validation Suite KWS on: push: - branches: [amd-staging] + branches: [amd-staging, amd-mainline] pull_request: types: [opened, synchronize, reopened] workflow_dispatch: