mirror of https://github.com/flutter/pinball.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
565 B
23 lines
565 B
3 years ago
|
name: authentication_repository
|
||
|
|
||
|
concurrency:
|
||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||
|
cancel-in-progress: true
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
paths:
|
||
|
- "packages/authentication_repository/**"
|
||
|
- ".github/workflows/authentication_repository.yaml"
|
||
|
|
||
|
pull_request:
|
||
|
paths:
|
||
|
- "packages/authentication_repository/**"
|
||
|
- ".github/workflows/authentication_repository.yaml"
|
||
|
|
||
|
jobs:
|
||
|
build:
|
||
|
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
|
||
|
with:
|
||
|
working_directory: packages/authentication_repository
|