Skip to content

Commit 8569f8d

Browse files
jongearclaude
andauthored
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

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: CI
22

33
on:
4-
push:
5-
branches:
6-
- master
74
pull_request:
85
branches:
96
- master

0 commit comments

Comments
 (0)