Skip to content

Run CI on push to main so badge stays current#38

Merged
dexwritescode merged 1 commit into
mainfrom
fix-ci-badge
Apr 22, 2026
Merged

Run CI on push to main so badge stays current#38
dexwritescode merged 1 commit into
mainfrom
fix-ci-badge

Conversation

@dexwritescode
Copy link
Copy Markdown
Owner

Summary

  • The CI badge in the README uses ?branch=main but the workflow only triggered on pull_request, so no run was ever recorded against main and the badge showed no status
  • Added push: branches: [main] trigger so CI runs after every merge and the badge reflects the current state of main

🤖 Generated with Claude Code

The badge URL includes ?branch=main but CI only ran on pull_request,
so no run was ever recorded against main and the badge showed no status.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@dexwritescode dexwritescode merged commit 0095b19 into main Apr 22, 2026
2 checks passed
@dexwritescode dexwritescode deleted the fix-ci-badge branch April 22, 2026 16:33
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