Skip to content

Commit

Permalink
Update azure-pipelines-perf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Dec 9, 2022
1 parent 6deb642 commit 25e8fc3
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions azure-pipelines-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ trigger:

# Branch(es) that trigger(s) build(s) on PR
pr:
- main
- release/*
- features/*
- 2.9.x

branches:
include:
- main
- release/*
- features/*
- 2.9.x
paths:
exclude:
- docs/*
- .github/*
- .devcontainer/*
- CODE-OF-CONDUCT.md
- README.md
jobs:
- job: Performance
strategy:
Expand Down

0 comments on commit 25e8fc3

Please sign in to comment.