diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb5fa7347e..924ba8fa23 100644 --- a/.github/workflows/ci.yaml +++ b/.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