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:
parent
3c160881e5
commit
5ffd063550
|
|
@ -3,6 +3,7 @@ name: Release
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue