Skip to content

chore: update branch filters in workflow files to include v1.x#6906

Merged
chenjiahan merged 1 commit intov1.xfrom
v1_workflow_0106
Jan 6, 2026
Merged

chore: update branch filters in workflow files to include v1.x#6906
chenjiahan merged 1 commit intov1.xfrom
v1_workflow_0106

Conversation

@chenjiahan
Copy link
Copy Markdown
Member

Summary

Updated the branches trigger to include both main and v1.x

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings January 6, 2026 08:54
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@netlify
Copy link
Copy Markdown

netlify bot commented Jan 6, 2026

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit a40ef20
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/695ccdd45432010008c8ad94
😎 Deploy Preview https://deploy-preview-6906--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 65 (🟢 up 2 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@chenjiahan chenjiahan merged commit de20a90 into v1.x Jan 6, 2026
25 checks passed
@chenjiahan chenjiahan deleted the v1_workflow_0106 branch January 6, 2026 08:56
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates GitHub Actions workflow triggers to include the v1.x branch alongside main, enabling CI/CD workflows to run for both branches. This is a standard configuration change to support a versioned release branch.

  • Updated branch filters in test.yml and lint.yml workflows to include v1.x
  • Changes apply to both pull_request and push triggers

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/test.yml Added v1.x to branch filters for pull_request and push triggers
.github/workflows/lint.yml Added v1.x to branch filters for pull_request and push triggers

The changes are syntactically correct and consistently applied across both workflow files. The YAML syntax follows the proper GitHub Actions format, and the modifications will ensure that both test and lint workflows are triggered for pull requests and pushes to the v1.x branch in addition to main.

Note: The ecosystem-ci.yml workflow file also has a push trigger with branches: ['main'] that may need similar updates for consistency, but this is outside the scope of the current PR.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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