Skip to content

Run CI on pull requests against any base branch - #940

Open
drn wants to merge 1 commit into
masterfrom
argus/Adjust-CI-to-always-run-even
Open

Run CI on pull requests against any base branch#940
drn wants to merge 1 commit into
masterfrom
argus/Adjust-CI-to-always-run-even

Conversation

@drn

@drn drn commented Aug 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • Drop the branches: [master] filter on the pull_request trigger in .github/workflows/ci.yml so CI runs for a PR regardless of its base branch — previously a PR opened against a feature branch (e.g. a stacked-PR workflow where a task branches off another task's branch) never triggered CI at all.
  • push stays scoped to master.

Test plan

  • N/A (CI workflow config change) — verified by this PR's own CI run triggering successfully.

The pull_request trigger was scoped to branches: [master], so CI never
ran for PRs opened against a feature branch (e.g. stacked-PR workflows
where a task branches off another task's branch). Drop the branch
filter so pull_request fires regardless of base branch; push stays
scoped to master.
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.

1 participant