Skip to content

Avoid duplicate CI runs - #80

Merged
alecloudenback merged 1 commit into
masterfrom
fix-duplicate-ci
Feb 16, 2026
Merged

Avoid duplicate CI runs#80
alecloudenback merged 1 commit into
masterfrom
fix-duplicate-ci

Conversation

@alecloudenback

Copy link
Copy Markdown
Member

Summary

  • Scopes push trigger to master branch only, so PRs only run CI once (via the pull_request event) instead of twice

Previously the bare on: [push, pull_request] caused every PR push to trigger two identical workflow runs.

🤖 Generated with Claude Code

Only trigger push events on master branch. PRs still trigger on all
branches.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@alecloudenback
alecloudenback merged commit 43d6b27 into master Feb 16, 2026
8 checks passed
@alecloudenback
alecloudenback deleted the fix-duplicate-ci branch February 16, 2026 05:55
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.

1 participant