Skip to content

Conversation

@CalvinAllen
Copy link
Contributor

Summary

  • Switch from paths-ignore to paths in build workflow
  • Only trigger builds when actual code changes:
    • src/** - Go source code
    • go.mod / go.sum - Dependencies
    • .golangci.yml - Linter config
    • .github/workflows/build.yml - The build workflow itself

This prevents unnecessary CI runs when modifying other workflows, documentation, or config files.

@CalvinAllen CalvinAllen merged commit 133f085 into main Jan 26, 2026
12 of 22 checks passed
@CalvinAllen CalvinAllen deleted the fix/ci/build-paths branch January 26, 2026 15:39
@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