ci: add workflow_dispatch trigger for develop builds

This commit is contained in:
2026-01-23 06:34:59 +03:00
parent 9466aec5e7
commit 50c9beb8e1
+1
View File
@@ -3,6 +3,7 @@ name: Build test and deploy develop apk
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build: