From 5d583fb07eb2c25bd09c834eead72c1188405b1d Mon Sep 17 00:00:00 2001 From: Allison Ryan Date: Fri, 4 Mar 2022 10:21:55 -0600 Subject: [PATCH] chore: add workflow --- .github/workflows/pinball_theme.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/pinball_theme.yaml diff --git a/.github/workflows/pinball_theme.yaml b/.github/workflows/pinball_theme.yaml new file mode 100644 index 00000000..268fe535 --- /dev/null +++ b/.github/workflows/pinball_theme.yaml @@ -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 \ No newline at end of file