Skip to content

feat(changelogs): changelogs are no automatically generated after eac… #946

feat(changelogs): changelogs are no automatically generated after eac…

feat(changelogs): changelogs are no automatically generated after eac… #946

Workflow file for this run

name: Default workflow
on:
push:
branches-ignore:
- main
- dev
jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.19.3'
secrets: inherit
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.19.3'
android_output: 'apk'
env: 'dev'
secrets: inherit