Skip to content

ci: fix push trigger to master (m-stdlib's default branch)#14

Closed
rafael5 wants to merge 1 commit into
masterfrom
ci-fix-push-trigger-master
Closed

ci: fix push trigger to master (m-stdlib's default branch)#14
rafael5 wants to merge 1 commit into
masterfrom
ci-fix-push-trigger-master

Conversation

@rafael5

@rafael5 rafael5 commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

One-line fix: the CI on: push: trigger was branches: [main], but m-stdlib's default branch is master — so merges to master never ran CI (only pull_request did). Pre-existing quirk inherited from the legacy ci.yml. Now [master], so push-to-master runs the gate too.

🤖 Generated with Claude Code

The workflow triggered on `push: [main]` but m-stdlib's default branch is
`master`, so merges to master never ran CI (only pull_request did — a
pre-existing quirk inherited from the legacy ci.yml). Match the trigger to
the actual default branch so push-to-master runs the gate too.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@rafael5 rafael5 closed this Jun 15, 2026
@rafael5 rafael5 deleted the ci-fix-push-trigger-master branch June 15, 2026 15:57
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