From fa742d7704b6d4cdc8f4f9862e57a986008a135b Mon Sep 17 00:00:00 2001 From: shrutiburman <87537688+shrutiburman@users.noreply.github.com> Date: Fri, 24 Jul 2026 11:38:02 +0530 Subject: [PATCH] Add test and release gate workflow --- .github/workflows/test-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index e69de29bb2..d5f98383ca 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -0,0 +1,3 @@ +name: Test and Release Gate +on: + workflow_dispatch: