You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ci): add path filtering to optimize CI workflow execution
Add intelligent path filtering to CI workflow to only run when files that could
impact the build are changed. This includes source code, tests, examples, package
configuration, build files, and CI configuration itself.
This optimization reduces unnecessary CI runs for documentation changes, README
updates, or other non-code modifications while ensuring all impactful changes
trigger the build.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments