Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/pr_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
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.

jobs:

Expand Down Expand Up @@ -139,4 +140,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: prompt-eval-results
path: prompty-answer-score-eval.xlsx
path: prompty-answer-score-eval.xlsx
Loading