Bläddra i källkod

Update ci.yaml

AppFlowy.IO 3 år sedan
förälder
incheckning
ee9884ba34
1 ändrade filer med 0 tillägg och 6 borttagningar
  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