do not run CI when only docs be changed (#778)
* do not run CI when only docs be changed * exclude all md file
This commit is contained in:
Родитель
f3500d0791
Коммит
ef0bb702f6
|
@ -10,11 +10,16 @@ trigger:
|
|||
- 2.1.x
|
||||
paths:
|
||||
exclude:
|
||||
- README.md
|
||||
- '**/*.md'
|
||||
pr:
|
||||
- master
|
||||
- 2.0.x
|
||||
- 2.1.x
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- 2.0.x
|
||||
- 2.1.x
|
||||
paths:
|
||||
exclude:
|
||||
- '**/*.md'
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
|
Загрузка…
Ссылка в новой задаче