Skip to content

Commit

Permalink
Move pullrequest.yml location to eng (#32789)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Jan 29, 2025
1 parent 063424b commit e69ecf0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions eng/pipelines/pullrequest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
pr:
branches:
include:
- main
- feature/*
- hotfix/*
- release/*
- pipelinev3*
paths:
include:
- "*"

exclude:
- sdk/cosmosdb/cosmos

parameters:
- name: Service
type: string
default: auto

extends:
template: /eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: ${{ parameters.Service }}

0 comments on commit e69ecf0

Please sign in to comment.