diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e66b4af2..eb4cb41bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,6 +106,7 @@ jobs: run: bunx tsc -p tsconfig.json macos-app: + if: github.event_name == 'pull_request' runs-on: macos-latest steps: - name: Checkout