Add workflow_dispatch trigger to release.yml
Allows manually triggering app releases from the Gitea Actions UI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -9,6 +9,7 @@ on:
|
|||||||
- 'package.json'
|
- 'package.json'
|
||||||
- 'vite.config.ts'
|
- 'vite.config.ts'
|
||||||
- 'index.html'
|
- 'index.html'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user