Skip to content

Commit

Permalink
Run PR build for each PR
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Jul 12, 2023
1 parent 30a60c9 commit 1683150
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions eng/pipelines/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@

# Activates the pipeline for every commit on a PR.
# See: https://docs.microsoft.com/azure/devops/pipelines/yaml-schema/pr?view=azure-pipelines
pr:
branches:
include:
- main
# Our VS alignment branches start with dev (for example: dev17.2.x)
- dev*
# Any other branches that contain major feature development.
- feature/*
pr: ['*']

# Disable CI builds for this pipeline.
# See: https://docs.microsoft.com/azure/devops/pipelines/yaml-schema/trigger?view=azure-pipelines#examples
Expand Down

0 comments on commit 1683150

Please sign in to comment.