ci(android): remove workflow_dispatch — unsupported in this Gitea version
workflow_dispatch caused the entire android-release workflow to be silently dropped; tag-triggered releases (v0.25.6) worked fine before this trigger was added. Removing it restores tag-based release triggering. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,6 @@ 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