Forráskód Böngészése

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

Bram Tertoolen 2 éve
szülő
commit
49caf74ee1
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      .github/workflows/flutter_ci.yaml

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

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