Browse Source

speed up ci

appflowy 3 năm trước cách đây
mục cha
commit
d822f036e0
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      .github/workflows/rust_general.yml

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

@@ -3,8 +3,14 @@ name: Rust
 on:
   push:
     branches: [ main ]
+    paths:
+      - 'frontend/rust-lib'
+      - 'shared-lib'
   pull_request:
     branches: [ main ]
+    paths:
+      - 'frontend/rust-lib'
+      - 'shared-lib'
 
 env:
   CARGO_TERM_COLOR: always