# Only run CI tests when files under src/ are changed
if git diff --cached --name-only | grep -q '^src/'; then
  pnpm run test:ci
fi
