Skip to content

ci: run the CI workflow on pull requests with any base branch - #134

Merged
pablontiv merged 1 commit into
masterfrom
pablontiv/w5-ci-stacked-pr-triggers
Aug 6, 2026
Merged

ci: run the CI workflow on pull requests with any base branch#134
pablontiv merged 1 commit into
masterfrom
pablontiv/w5-ci-stacked-pr-triggers

Conversation

@pablontiv

Copy link
Copy Markdown
Owner

PRs whose base is a feature branch received zero CI checks because .github/workflows/ci.yml filtered pull_request on branches [main, master]. Observed on PR #127: mergeStateStatus CLEAN with statusCheckRollup length 0 and no workflow runs on the branch, which is visually identical to a fully passing PR. This drops the pull_request branch filter so every PR base receives checks, and leaves the push trigger scoped to [main, master] so no feature branch can reach the release or installer-smoke path. Closes #130.

@pablontiv
pablontiv merged commit c6d95f9 into master Aug 6, 2026
11 checks passed
@pablontiv
pablontiv deleted the pablontiv/w5-ci-stacked-pr-triggers branch August 6, 2026 11:58
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.

PRs based on a non-master branch receive zero CI checks

1 participant