瀏覽代碼

Update ci.yaml

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

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

@@ -2,14 +2,8 @@ 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