Skip to content

amplify_datastore

amplify_datastore #33

# Generated with aft. To update, run: `aft generate workflows`
name: amplify_datastore
on:
push:
branches:
- main
- stable
- next
pull_request:
paths:
- 'packages/amplify_datastore/**/*.dart'
- 'packages/amplify_datastore/**/*.yaml'
- 'packages/amplify_datastore/lib/**/*'
- 'packages/amplify_datastore/test/**/*'
- '.github/workflows/flutter_vm.yaml'
- '.github/workflows/amplify_datastore.yaml'
schedule:
- cron: "0 0 * * 0" # Every Sunday at 00:00
defaults:
run:
shell: bash
permissions: read-all
jobs:
test:
uses: ./.github/workflows/flutter_vm.yaml
with:
working-directory: packages/amplify_datastore