浏览代码

ci: dont run flutter ci on commits that only change tauri sources (#2338)

Bram Tertoolen 2 年之前
父节点
当前提交
49caf74ee1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/flutter_ci.yaml

+ 2 - 0
.github/workflows/flutter_ci.yaml

@@ -7,6 +7,7 @@ on:
       - "release/*"
     paths:
       - "frontend/**"
+      - "!frontend/appflowy_tauri/**"
 
   pull_request:
     branches:
@@ -14,6 +15,7 @@ on:
       - "release/*"
     paths:
       - "frontend/**"
+      - "!frontend/appflowy_tauri/**"
 
 env:
   FLUTTER_VERSION: "3.7.5"