From e916d573f69daa860e459908de08b3a94da5a707 Mon Sep 17 00:00:00 2001 From: Akshaj Tiwari Date: Fri, 6 Mar 2026 22:51:19 +0530 Subject: [PATCH] adding workflow dispatch for testing --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9679f896..0555159f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,8 @@ on: branches: [main] pull_request: branches: [main] - + workflow_dispatch: + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true