Commit 8569f8d
refactor: optimize CI workflow triggers (#102)
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>1 parent 945b608 commit 8569f8d
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
0 commit comments