AppFlowy.IO 3 anni fa
parent
commit
ee9884ba34
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  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