Skip to content

Conversation

@Puneet-Minhas
Copy link

This pull request updates the GitHub Actions workflow configuration to include additional branches for triggering the pipeline.

Workflow configuration changes:

  • .github/workflows/pr_pipeline.yml: Updated the pull_request trigger to include branches matching the feature/** pattern, allowing the pipeline to run for feature branches as well as the develop branch.

Copy link

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

Adds the feature/** branch pattern to the pull request trigger so workflows run on feature branches as well as develop.

  • Extended pull_request trigger to include feature branches

pull_request:
branches:
- develop
- feature/**
Copy link

Copilot AI May 18, 2025

Choose a reason for hiding this comment

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

[nitpick] Consider quoting the wildcard pattern (e.g., 'feature/**') to ensure consistent YAML parsing and improve readability.

Suggested change
- feature/**
- 'feature/**'

Copilot uses AI. Check for mistakes.
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