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