mirror of https://github.com/flutter/pinball.git
parent
5187b3f8bc
commit
feb1a5e1c9
@ -0,0 +1,18 @@
|
||||
name: pinball_theme
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "packages/pinball_theme/**"
|
||||
- ".github/workflows/pinball_theme.yaml"
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- "packages/pinball_theme/**"
|
||||
- ".github/workflows/pinball_theme.yaml"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
|
||||
with:
|
||||
working_directory: packages/pinball_theme
|
Loading…
Reference in new issue