Vaani/.github/workflows
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
..
feature-branch-build.yaml ci: add feature branch build workflow for automatic APK generation 2025-11-20 11:17:26 +00:00
flutter-ci.yaml chore: update Flutter to version 3.32.0 (#85) 2025-05-28 11:32:07 +05:30
issue-labeler.yml feat: add issue labeler workflow with configuration 2024-09-17 00:06:53 -04:00
prepare-release.yaml ci: use PAT instead of github token 2025-04-11 12:13:08 +05:30
release-drafter.yml update release drafter configuration and add workflow 2024-09-17 23:31:39 -04:00