ci: add workflow_dispatch trigger for manual builds

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Davide Ferrari
2025-12-22 18:11:57 +01:00
parent 91f017cf1e
commit 07811d5cf4

View File

@@ -3,6 +3,7 @@ name: Build Release APK
on:
release:
types: [published]
workflow_dispatch:
jobs:
build: