Skip to content

feat(notifications): automatic check if the notifications are enabled #943

feat(notifications): automatic check if the notifications are enabled

feat(notifications): automatic check if the notifications are enabled #943

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.7.7'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.7.7'
android_output: 'apk'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}