Vaani/.github
Claude e778e494b4
ci: add feature branch build workflow for automatic APK generation
This workflow automatically builds APKs for feature branches:

- Triggers on pushes to branches starting with 'claude/', 'feature/', or 'dev/'
- Runs build_runner to generate required .g.dart files
- Supports both signed (if secrets available) and debug builds
- Uploads APK artifacts with branch name and commit SHA
- 30-day artifact retention for testing
- Manual trigger support via workflow_dispatch

This allows developers to test changes without manually building locally.
Artifacts can be downloaded from the GitHub Actions run page.
2025-11-20 11:17:26 +00:00
..
actions/flutter-setup feat: add Linux packaging support (#70) 2025-04-05 10:31:07 +05:30
workflows ci: add feature branch build workflow for automatic APK generation 2025-11-20 11:17:26 +00:00
labeler.yml feat: add issue labeler workflow with configuration 2024-09-17 00:06:53 -04:00
release-drafter.yml update label regex 2025-04-10 19:46:57 +05:30