Skip to content

Conversation

@CalvinAllen
Copy link
Contributor

Summary

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

Changes

Only trigger builds when relevant files change:

  • src/** - SDK and template source code
  • samples/** - Sample extension code
  • .github/workflows/ci.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/** (SDK and template source)
- samples/** (sample extension)
- .github/workflows/ci.yml (workflow itself)

Prevents unnecessary builds from documentation changes.
@CalvinAllen CalvinAllen merged commit 9de715f into main Jan 3, 2026
3 checks passed
@CalvinAllen CalvinAllen deleted the ci/workflow/add-path-filters branch January 3, 2026 03:26
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