Skip to content

Run test and format workflows on PRs targeting any branch - #1005

Open
aram356 wants to merge 1 commit into
mainfrom
worktree-ci-pr-any-branch
Open

Run test and format workflows on PRs targeting any branch#1005
aram356 wants to merge 1 commit into
mainfrom
worktree-ci-pr-any-branch

Conversation

@aram356

@aram356 aram356 commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

The pull_request triggers in test.yml and format.yml were restricted to branches: [main, "feature/**"], so PRs opened against release branches like rc/july never ran CI. This removes the branch filter so both workflows run on every PR regardless of target branch.

integration-tests.yml already runs on all PRs (no branch filter). codeql.yml remains PR-gated to main only, and deploy-docs.yml is push-to-main only — both left unchanged.

Test plan

  • YAML validated locally
  • Once merged, open any PR against a non-main branch and confirm the "Run Tests" and "Run Format" checks appear

Fixes #1006

The pull_request triggers were restricted to branches matching main or
feature/**, so PRs opened against release branches like rc/july never
ran CI. Remove the branch filter so both workflows run on every PR
regardless of target branch.
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.

CI workflows do not run on PRs targeting non-main branches

2 participants