ci: add workflow_dispatch trigger to release workflow

Allows manual triggering of the release workflow for testing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Prateek 2026-02-22 22:20:59 +05:30
parent 3c160881e5
commit 2eb6076c55
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: Release
on:
push:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}