feat(linux): create my_plugin_linux (#6)
This commit is contained in:
21
.github/workflows/my_plugin_linux.yaml
vendored
Normal file
21
.github/workflows/my_plugin_linux.yaml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: my_plugin_linux
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/my_plugin_linux.yaml"
|
||||
- "src/my_plugin_linux/**"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- ".github/workflows/my_plugin_linux.yaml"
|
||||
- "src/my_plugin_linux/**"
|
||||
|
||||
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_linux
|
||||
Reference in New Issue
Block a user