ci: add workflow_dispatch trigger to release workflow (#153)

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:21:44 +05:30 committed by GitHub
parent 3c160881e5
commit 5ffd063550
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 }}