Skip to content

Add release branches to workflow triggers#537

Open
singhk97 wants to merge 3 commits into
mainfrom
singhk97-patch-1
Open

Add release branches to workflow triggers#537
singhk97 wants to merge 3 commits into
mainfrom
singhk97-patch-1

Conversation

@singhk97
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings May 28, 2026 18:43
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 expands the GitHub Actions build/test/lint workflow so it also runs for the releases/v2 branch, matching the need to validate Legacy v2 release work in GitHub CI.

Changes:

  • Adds releases/v2 to pull_request branch triggers.
  • Adds releases/v2 to push branch triggers.

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

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@singhk97 singhk97 changed the title Add 'releases/v2' branch to workflow triggers Add release branches to workflow triggers May 28, 2026
Copilot AI review requested due to automatic review settings May 29, 2026 15:38
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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.

workflow_dispatch:
pull_request:
branches: ['main']
branches: ['main', 'releases/v2', 'releases/core']
- 'Assets/**'
push:
branches: ['main']
branches: ['main', 'releases/v2', 'releases/core']
Comment on lines +8 to +11
paths-ignore:
- '**/*.md'
- 'docs/**'
- 'Assets/**'
Comment on lines +14 to +17
paths-ignore:
- '**/*.md'
- 'docs/**'
- 'Assets/**'
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.

3 participants