Skip to content

Commit

Permalink
Don't trigger PR validation builds for docs only changes (#7096)
Browse files Browse the repository at this point in the history
* Make it so validation builds don't trigger for docs changes.

* Apply path filter for codecoverage as well
  • Loading branch information
ericstj authored Mar 22, 2024
1 parent cf23caf commit 19fb805
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vsts-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ pr:
- main
- feature/*
- release/*
paths:
include:
- '*'
exclude:
- '**.md'
- .github/*
- docs/*
- LICENSE
- THIRD-PARTY-NOTICES.TXT

trigger:
branches:
Expand Down
9 changes: 9 additions & 0 deletions build/codecoverage-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ pr:
- main
- feature/*
- release/*
paths:
include:
- '*'
exclude:
- '**.md'
- .github/*
- docs/*
- LICENSE
- THIRD-PARTY-NOTICES.TXT

trigger:
branches:
Expand Down

0 comments on commit 19fb805

Please sign in to comment.