Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

feat: update dependencies #90

feat: update dependencies

feat: update dependencies #90

Workflow file for this run

name: my_plugin_web
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
paths:
- ".github/workflows/my_plugin_web.yaml"
- "src/my_plugin/my_plugin_web/**"
push:
branches:
- main
paths:
- ".github/workflows/my_plugin_web.yaml"
- "src/my_plugin/my_plugin_web/**"
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 3.13.2
working_directory: src/my_plugin/my_plugin_web