Skip to content

Updated CI

Updated CI #15

Workflow file for this run

name: "example"
on:
pull_request:
push:
branches:
- main
- develop
- "release/**"
paths:
- "example/**/*.dart"
- "example/**/*.yaml"
- .github/workflows/example.yaml
release:
types: [published]
jobs:
ci:
strategy:
matrix:
include:
- package: auto_layout_frame
example: editor
name: "${{ matrix.package }} (${{ matrix.example }})"
uses: kerberjg/dart_flutter_ci_experiments/.github/workflows/pipeline.yaml@4224e695167e35d90952e21953b2f933b0f045b0
with:
path: "example/${{ matrix.example }}"