Skip to content

Enable Flutter CI caching #23

Enable Flutter CI caching

Enable Flutter CI caching #23

Workflow file for this run

name: "examples"
on:
pull_request:
push:
branches:
- main
- develop
- 'release/**'
paths:
- 'examples/**/*.dart'
- 'examples/**/*.yaml'
- .github/workflows/examples.yaml
release:
types: [published]
jobs:
dart:
strategy:
matrix:
example: [ base ]
name: "${{ matrix.example }}"
uses: ./.github/workflows/_base-flutter.yaml
with:
path: "examples/${{ matrix.example }}"