Skip to content

Fixed CI trigger push conditions #25

Fixed CI trigger push conditions

Fixed CI trigger push conditions #25

Workflow file for this run

name: "examples"
on:
pull_request:
push:
branches:
- main
- develop
- 'release/**'
paths:
- 'examples/**/*.dart'
- 'examples/**/*.yaml'
- .github/workflows/_base-flutter.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 }}"