Skip to content

fix(ci): trigger on master branch, not nonexistent main - #12

Merged
younna-ai-opencode merged 1 commit into
masterfrom
feat/fix-ci-branch-trigger
Aug 21, 2026
Merged

fix(ci): trigger on master branch, not nonexistent main#12
younna-ai-opencode merged 1 commit into
masterfrom
feat/fix-ci-branch-trigger

Conversation

@younna-ai-opencode

Copy link
Copy Markdown
Collaborator

Fixes the CI dead-trigger on the default branch.

Root cause: ci.yml pushed on branches: [main], but the repository's default branch is mastermain does not exist. So pushes to the default branch never fired CI; the only runs came from the pull_request trigger. After PR #11 merged, master CI has had no trigger at all (verified: no workflow runs on the current master head).

Change: the push trigger now names master — the real default branch — so the gate runs on every default-branch push.

Also unblocks the tag-triggered release.yml path: once merged, a v0.1.0 tag can be pushed on master to publish the Rust binaries as real npm packages (currently only 0.0.0-dummy-npm placeholders exist on npm).

The default branch is master; the push trigger named main, so pushes to the
default branch never ran CI. Only the pull_request trigger fired (e.g. during
PR #11). Point the push trigger at master so the gate runs on every default-
branch push.
@younna-ai-opencode
younna-ai-opencode merged commit 26a5fdb into master Aug 21, 2026
3 checks passed
@younna-ai-opencode
younna-ai-opencode deleted the feat/fix-ci-branch-trigger branch August 21, 2026 03:48
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