Skip to content

Commit

Permalink
Merge pull request #6320 from Youssef1313/patch-22
Browse files Browse the repository at this point in the history
Don't run CI for doc changes
  • Loading branch information
mavasani authored Dec 9, 2022
2 parents 22361ae + 25e8fc3 commit f5a008b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 9 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
17 changes: 13 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +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: Windows
Expand Down

0 comments on commit f5a008b

Please sign in to comment.