46c8c38aa7
Test / test (push) Successful in 7m35s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
26 lines
559 B
YAML
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
|
|
|