浏览代码

Update ci.yaml

AppFlowy.IO 3 年之前
父节点
当前提交
aa86a44af8
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      .github/workflows/ci.yaml

+ 6 - 0
.github/workflows/ci.yaml

@@ -2,8 +2,14 @@ name: CI
 on:
   push:
     branches: [main]
+    paths:
+      - 'frontend'
+      - 'shared-lib'
   pull_request:
     branches: [main]
+    paths:
+      - 'frontend'
+      - 'shared-lib'
 jobs:
   build-macos:
     runs-on: macOS-latest