fix(release): add android retry tags and ban workflow_dispatch for rebuilds

workflow_dispatch checks out the tag ref, not main — so build fixes
on main never get picked up. Always use retry tags instead.
This commit is contained in:
Mohamed Boudra
2026-03-23 15:49:38 +07:00
parent 956828fa55
commit 19452c2742
2 changed files with 17 additions and 10 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
tags:
- "v*"
- "android-v*"
workflow_dispatch:
inputs:
tag: