mirror of https://github.com/flutter/pinball.git
parent
0e98a74b17
commit
5d583fb07e
@ -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