Add workflow_dispatch trigger to release.yml
Some checks failed
Tests / Python Backend Tests (push) Successful in 6s
Tests / Frontend Tests (push) Successful in 8s
Tests / Rust Sidecar Tests (push) Has been cancelled

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:
Developer
2026-04-07 16:03:18 -07:00
parent e42a922507
commit bc6055a707

View File

@@ -9,6 +9,7 @@ on:
- 'package.json'
- 'vite.config.ts'
- 'index.html'
workflow_dispatch:
jobs:
test: