Skip to content

Commit

Permalink
don't trigger ci checks on doc updates (#10189)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo committed Sep 26, 2020
1 parent e255302 commit 903ba29
Showing 1 changed file with 43 additions and 8 deletions.
51 changes: 43 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,49 @@
# CI and PR triggers
trigger:
- main
- dev16.1
- feature/*
- release/*
branches:
include:
- main
- dev16.1
- feature/*
- release/*
paths:
include:
- '*'
exclude:
- .github/*
- docs/compiler-guide.md
- attributions.md
- CODE_OF_CONDUCT.md
- DEVGUIDE.md
- INTERNAL.md
- Language-Version-History.md
- License.txt
- README.md
- release-notes.md
- TESTGUIDE.md

pr:
- main
- dev16.1
- feature/*
- release/*
branches:
include:
- main
- dev16.1
- feature/*
- release/*
paths:
include:
- '*'
exclude:
- .github/*
- docs/compiler-guide.md
- attributions.md
- CODE_OF_CONDUCT.md
- DEVGUIDE.md
- INTERNAL.md
- Language-Version-History.md
- License.txt
- README.md
- release-notes.md
- TESTGUIDE.md

variables:
- name: _TeamName
Expand Down

0 comments on commit 903ba29

Please sign in to comment.