소스 검색

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