Added rule to exclude .md file from build triggers

This commit is contained in:
Vincent Castagna 2019-11-01 13:50:28 -04:00
Родитель efbad9c3a4
Коммит 0f38340c29
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,9 @@ pr:
branches:
include:
- master
paths:
exclude:
- '*.md'
jobs:
- job: macOS

Просмотреть файл

@ -13,6 +13,9 @@ pr:
branches:
include:
- master
paths:
exclude:
- '*.md'
jobs:
- job: Windows