AppFlowy.IO 3 rokov pred
rodič
commit
aa86a44af8
1 zmenil súbory, kde vykonal 6 pridanie a 0 odobranie
  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