Skip to content

Conversation

@CalvinAllen
Copy link
Contributor

Summary

Add path filters to the build workflow to prevent unnecessary builds when non-code files change.

Changes

Only trigger builds when relevant files change:

  • src/** - Library source code
  • .github/workflows/build.yml - Workflow itself

Why

Documentation changes (like CLAUDE.md, README.md) were triggering full CI builds unnecessarily. This change ensures builds only run when actual source code changes.

Only trigger builds when relevant files change:
- src/** (library source code)
- .github/workflows/build.yml (workflow itself)

Prevents unnecessary builds from documentation changes.
@CalvinAllen CalvinAllen merged commit 1daa524 into main Jan 3, 2026
3 checks passed
@CalvinAllen CalvinAllen deleted the ci/workflow/add-path-filters branch January 3, 2026 03:27
@CalvinAllen
Copy link
Contributor Author

/skip-changelog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants