Skip to content

Run CI on pushes to main, not only pull requests#44

Merged
TheRealDinghyDog merged 1 commit into
mainfrom
ci/main-push-trigger
Jul 14, 2026
Merged

Run CI on pushes to main, not only pull requests#44
TheRealDinghyDog merged 1 commit into
mainfrom
ci/main-push-trigger

Conversation

@TheRealDinghyDog

Copy link
Copy Markdown
Owner

pull_request runs test the PR head, never the merge commit that lands on main — and main is exactly what the community-marketplace catalog pins (and auto-bumps to on every push). This adds a push: branches: [main] trigger so the published branch is verified directly, and renames the workflow to plain "CI" since it's no longer PR-only.

Job names (CI (Node X, os)) are unchanged, so branch-protection check references stay valid. Same 4-leg matrix.

Bonus: merging this PR will itself trigger the first main run — which doubles as the CI-on-main smoke test before you flip the repo public.

🤖 Generated with Claude Code

pull_request runs test the PR head, not the merge commit that actually
lands on main — and main is what the community-marketplace catalog pins
and auto-bumps to. Add a push trigger for main and rename the workflow
to plain "CI" accordingly.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@TheRealDinghyDog
TheRealDinghyDog merged commit 2896a9b into main Jul 14, 2026
4 checks passed
@TheRealDinghyDog
TheRealDinghyDog deleted the ci/main-push-trigger branch July 15, 2026 05:46
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