Skip to content

Run CI for pull requests against any base branch - #657

Merged
tricknotes merged 1 commit into
mainfrom
fix-pr-base-branch-filter
Sep 4, 2026
Merged

Run CI for pull requests against any base branch#657
tricknotes merged 1 commit into
mainfrom
fix-pr-base-branch-filter

Conversation

@tricknotes

@tricknotes tricknotes commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Summary

The pull_request trigger filtered base branches with branches: "*", but the * glob does not match /, so a pull request whose base branch name contains a slash silently gets no CI runs at all. This is why #654 stopped getting runs the moment its base was retargeted to claude/vite-dev-server-hmr-y3xm8i, while pull requests based on main kept running.

Drop the filter: an unfiltered pull_request trigger already means every base branch, which is what "*" was evidently meant to express.

Notes

🤖 Generated with Claude Code

The pull_request trigger filtered base branches with `branches: "*"`,
but the `*` glob does not match `/`, so a pull request whose base
branch name contains a slash (a stacked pull request, for instance)
silently got no CI runs at all. Drop the filter: an unfiltered
pull_request trigger already means every base branch.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@tricknotes
tricknotes merged commit 39079a9 into main Sep 4, 2026
12 checks passed
@tricknotes
tricknotes deleted the fix-pr-base-branch-filter branch September 4, 2026 00:56
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