mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
Update dart_general.yml
This commit is contained in:
parent
c4088622f8
commit
0c1263cb78
1 changed files with 6 additions and 0 deletions
6
.github/workflows/dart_general.yml
vendored
6
.github/workflows/dart_general.yml
vendored
|
|
@ -8,8 +8,14 @@ name: Dart
|
|||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'frontend/app_flowy'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'frontend/app_flowy'
|
||||
|
||||
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
|||
Loading…
Reference in a new issue