Skip to content

Conversation

@jongear
Copy link
Owner

@jongear jongear commented Jan 1, 2026

Remove redundant push to master trigger from CI workflow since the Release workflow already handles builds on master pushes.

Workflow strategy:

  • CI: Runs on pull requests (validates before merge)
  • Release: Runs on push to master (builds and creates releases)

This eliminates duplicate builds on master while maintaining full test coverage on all changes.

🤖 Generated with Claude Code

Remove redundant push to master trigger from CI workflow since the
Release workflow already handles builds on master pushes.

Workflow strategy:
- CI: Runs on pull requests (validates before merge)
- Release: Runs on push to master (builds and creates releases)

This eliminates duplicate builds on master while maintaining full
test coverage on all changes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@jongear jongear enabled auto-merge (squash) January 1, 2026 19:29
@jongear jongear merged commit 8569f8d into master Jan 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants