Browse Source

Update dart_general.yml

AppFlowy.IO 3 years ago
parent
commit
0c1263cb78
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .github/workflows/dart_general.yml

+ 6 - 0
.github/workflows/dart_general.yml

@@ -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