Files
mars3142 46c8c38aa7
Test / test (push) Successful in 7m35s
initial commit
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2026-04-18 14:06:56 +02:00

26 lines
559 B
YAML

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