Commit Graph

1 Commits

Author SHA1 Message Date
Cyrus Goh
2c89017e7e
ci: add path filtering for macOS CI jobs
Move checks-macos and macos-app jobs from ci.yml to a separate
ci-macos.yml workflow with path-based filtering. This prevents
macOS CI jobs from blocking PRs that don't touch relevant files.

The new workflow only triggers on PRs that change:
- Node source: src/**, extensions/**, package.json, pnpm-lock.yaml,
  tsconfig.json, vitest.config.ts, **/*.test.ts
- Swift app: apps/macos/**, .swiftlint.yml, .swiftformat

PRs that only touch docs, Android, iOS, or other unrelated files
will no longer trigger macOS runners.
2026-01-26 00:22:22 -08:00