Skip to content

CHORE: Renamed test pipeline and enabled main branch triggers #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
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: 1 addition & 2 deletions eng/pipelines/build-whl-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Pipeline name shown in ADO UI
name: build-whl-pipeline

# Trigger the pipeline on pushes to these branches
# Trigger the pipeline on merge to main branch only
trigger:
branches:
include:
- main
- dev

# Use Microsoft-hosted Windows VM
pool:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
name: test-pipeline
name: pr-validation-pipeline

# Trigger the pipeline on merge to main branch
trigger:
branches:
include:
- main

jobs:
- job: PytestOnWindows
Expand Down