This repository has been archived on 2023-09-08. You can view files and clone it, but cannot push or open issues or pull requests.
moxplatform/.github/workflows/my_plugin_web.yaml

22 lines
473 B
YAML
Raw Normal View History

2022-02-28 21:36:56 +00:00
name: my_plugin_web
on:
pull_request:
paths:
- ".github/workflows/my_plugin_web.yaml"
- "src/my_plugin_web/**"
push:
branches:
- main
paths:
- ".github/workflows/my_plugin_web.yaml"
- "src/my_plugin_web/**"
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 2.10.1
working_directory: src/my_plugin_web