Skip to content

ci(workflow): add path filters to build workflow#28

Merged
CalvinAllen merged 1 commit intomainfrom
ci/workflow/add-path-filters
Jan 3, 2026
Merged

ci(workflow): add path filters to build workflow#28
CalvinAllen merged 1 commit intomainfrom
ci/workflow/add-path-filters

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.

1 participant