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_platform_interface.yaml

22 lines
563 B
YAML
Raw Normal View History

name: my_plugin_platform_interface
on:
pull_request:
paths:
- ".github/workflows/my_plugin_platform_interface.yaml"
- "src/my_plugin_platform_interface/**"
push:
branches:
- main
paths:
- ".github/workflows/my_plugin_platform_interface.yaml"
- "src/my_plugin_platform_interface/**"
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_platform_interface