Skip to content

Conversation

@drichar
Copy link
Contributor

@drichar drichar commented Jan 21, 2026

Summary

Removes the redundant push trigger on the beta branch from the CI workflow. CI already runs on pull requests, so running again after merge wastes resources.

Rationale

  • PRs targeting beta run full CI (lint, typecheck, test, build, e2e)
  • Branch rulesets prevent direct pushes to beta
  • After PR merge, only the release workflow needs to run
  • This eliminates duplicate CI runs on every merge

Changes

  • Remove push.branches: [beta] from .github/workflows/ci.yml
  • CI now only triggers on pull_request events

CI already runs on pull requests targeting beta. Running again after
merge is redundant since the release workflow handles post-merge tasks.
@drichar drichar merged commit 211a088 into beta Jan 21, 2026
2 checks passed
@drichar drichar deleted the chore/skip-ci-on-beta-push branch January 21, 2026 04:05
@txnlab-release-bot
Copy link
Contributor

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant