ci: trigger build on version tags only (v*)
Build Android APK / build (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 12:06:39 +02:00
parent 418eb1daa1
commit 7b4b7c7a36
+2 -1
View File
@@ -2,7 +2,8 @@ name: Build Android APK
on:
push:
branches: [main]
tags:
- 'v*'
workflow_dispatch:
jobs: