Skip to content

amplify_push_notifications #24

amplify_push_notifications

amplify_push_notifications #24

# Generated with aft. To update, run: `aft generate workflows`
name: amplify_push_notifications
on:
push:
branches:
- main
- stable
- next
pull_request:
paths:
- 'packages/notifications/push/amplify_push_notifications/**/*.dart'
- 'packages/notifications/push/amplify_push_notifications/**/*.yaml'
- 'packages/notifications/push/amplify_push_notifications/lib/**/*'
- 'packages/notifications/push/amplify_push_notifications/test/**/*'
- '.github/composite_actions/setup_firefox/action.yaml'
- '.github/workflows/flutter_vm.yaml'
- '.github/workflows/dart_ddc.yaml'
- '.github/workflows/dart_dart2js.yaml'
- '.github/workflows/amplify_push_notifications.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/notifications/push/amplify_push_notifications