Skip to content

ci: run on pull requests onto any base branch - #84

Merged
lcottercertinia merged 1 commit into
mainfrom
ci/run-on-stacked-prs
Aug 2, 2026
Merged

ci: run on pull requests onto any base branch#84
lcottercertinia merged 1 commit into
mainfrom
ci/run-on-stacked-prs

Conversation

@lukecotter

Copy link
Copy Markdown
Collaborator

The pull_request trigger was filtered to main and release/**, so a PR stacked onto another feature branch got no lint, build, test or eval run — #81 and #83 both show zero checks today, and would merge unchecked.

Dropping the filter makes every pull request run CI, whatever its base. The push trigger keeps its main / release/** filter, so pushing a feature branch still does not start a second, duplicate run.

One line, no job changed.

The pull_request trigger was filtered to main and release/**, so a PR
stacked onto another feature branch got no lint, build, test or eval
run and merged unchecked. Drop the filter; the push trigger keeps its
filter, so branch pushes do not double up.
@lcottercertinia
lcottercertinia merged commit 9e701e5 into main Aug 2, 2026
12 checks passed
@lcottercertinia
lcottercertinia deleted the ci/run-on-stacked-prs branch August 2, 2026 23:44
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