瀏覽代碼

Update dart_general.yml

AppFlowy.IO 3 年之前
父節點
當前提交
0c1263cb78
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .github/workflows/dart_general.yml

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

@@ -8,8 +8,14 @@ name: Dart
 on:
 on:
   push:
   push:
     branches: [ main ]
     branches: [ main ]
+    paths: 
+      - 'frontend/app_flowy'
   pull_request:
   pull_request:
     branches: [ main ]
     branches: [ main ]
+    paths: 
+      - 'frontend/app_flowy'
+    
+
 
 
 env:
 env:
   CARGO_TERM_COLOR: always
   CARGO_TERM_COLOR: always