Skip to content

ci: trigger CI on push to main, not just pull requests#76

Merged
ubugeeei merged 1 commit into
codex/vue-supportfrom
codex/prod-ci-push-main
Jun 2, 2026
Merged

ci: trigger CI on push to main, not just pull requests#76
ubugeeei merged 1 commit into
codex/vue-supportfrom
codex/prod-ci-push-main

Conversation

@ubugeeei
Copy link
Copy Markdown
Collaborator

Summary

  • Add push: branches: [main] to the CI workflow so the mainline always has a fresh known-good status, not just whatever the last merged PR reported.
  • Tighten the concurrency group so PR runs still cancel each other while main runs never do.

Closes #48.

Test plan

  • YAML lint locally
  • After merge: confirm the workflow fires on the next main push.

🤖 Generated with Claude Code

Closes #48.

Ensures the main branch always has a known-good build status,
and avoids the case where a stale PR result is the most recent
signal we have for mainline. Concurrency is updated to only
cancel in-progress runs for PRs, never for main.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@ubugeeei ubugeeei merged commit 3cdbee7 into codex/vue-support Jun 2, 2026
3 checks passed
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