Skip to content

feat: Import pending transactions from Enable Banking only if option … #10

feat: Import pending transactions from Enable Banking only if option …

feat: Import pending transactions from Enable Banking only if option … #10

Workflow file for this run

name: Mobile CI
on:
pull_request:
paths:
- 'mobile/**'
- 'public/android-chrome-*.png'
- 'public/apple-touch-icon.png'
- '.github/workflows/flutter-build.yml'
- '.github/workflows/mobile-ci.yml'
push:
branches:
- main
paths:
- 'mobile/**'
- 'public/android-chrome-*.png'
- 'public/apple-touch-icon.png'
- '.github/workflows/flutter-build.yml'
- '.github/workflows/mobile-ci.yml'
concurrency:
group: mobile-ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/flutter-build.yml
secrets: inherit