ci(android): add workflow_dispatch trigger to release workflow
Allows manually triggering the release build from the Gitea UI (Actions tab → Android Release → Run workflow) without needing to push a version tag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- 'v*.*.*'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ANDROID_SDK: /opt/android-sdk
|
ANDROID_SDK: /opt/android-sdk
|
||||||
|
|||||||
Reference in New Issue
Block a user