Skip to content

Remove branch filter from pull_request CI trigger#12

Merged
nsheaps merged 1 commit intomainfrom
claude/ci-all-prs-LyEw1
Mar 5, 2026
Merged

Remove branch filter from pull_request CI trigger#12
nsheaps merged 1 commit intomainfrom
claude/ci-all-prs-LyEw1

Conversation

@nsheaps
Copy link
Copy Markdown
Owner

@nsheaps nsheaps commented Mar 5, 2026

Summary

Updated the CI workflow configuration to remove the branch filter restriction from pull request triggers, allowing CI to run on pull requests from all branches.

Changes

  • Removed branches: [main] filter from the pull_request trigger in the CI workflow
  • The workflow will now execute on pull requests regardless of the target branch, while maintaining the existing event type filters (opened, synchronize, reopened, ready_for_review)

Details

This change enables CI checks to run on pull requests targeting any branch, not just the main branch. This is useful for validating changes in feature branches and other development workflows where pull requests may target branches other than main.

https://claude.ai/code/session_012WqH1JCYbYX9Xs9jp2rBnh

Remove the `branches: [main]` filter from the pull_request trigger
so CI runs on PRs targeting any branch, not just main.

https://claude.ai/code/session_012WqH1JCYbYX9Xs9jp2rBnh
@nsheaps nsheaps marked this pull request as ready for review March 5, 2026 15:39
@nsheaps nsheaps enabled auto-merge (rebase) March 5, 2026 15:39
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 5, 2026

Preview Deployment

The web app for this PR has been deployed:

Open Preview

Use this to verify the app works correctly, especially for dependency updates.

github-actions bot added a commit that referenced this pull request Mar 5, 2026
@nsheaps nsheaps merged commit e67a8fe into main Mar 5, 2026
8 of 12 checks passed
@nsheaps nsheaps deleted the claude/ci-all-prs-LyEw1 branch March 5, 2026 15:41
github-actions bot added a commit that referenced this pull request Mar 5, 2026
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