Skip to content

Conversation

@drichar
Copy link
Contributor

@drichar drichar commented Jan 19, 2026

Summary

Removes the redundant push trigger for the main branch from the CI workflow. Since branch protections require all commits to main go through PRs (with bypass rules for the release pipeline's version bumps and changelog updates), running CI on both the PR and again after merge is unnecessary.

Changes

  • ci.yml: Removed push trigger for main branch, keeping only pull_request trigger

Branch protections ensure commits to main can only be added via PR
(with bypass rules for release pipeline). Running CI on both the PR
and again after merge is redundant.
@drichar drichar merged commit 529cf4f into main Jan 19, 2026
1 check passed
@drichar drichar deleted the ci/remove-redundant-main-push-trigger branch January 19, 2026 20:54
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.

2 participants