Azure Pipelines: Ignore canary_base
This commit is contained in:
parent
7b27456639
commit
2bc0dead2a
|
@ -1,27 +1,25 @@
|
|||
trigger:
|
||||
branches:
|
||||
include: [ '*' ]
|
||||
exclude: [ gh-pages, master ]
|
||||
exclude: [ gh-pages, master, canary_base ]
|
||||
paths:
|
||||
exclude:
|
||||
- 'docs/**'
|
||||
- '.github/**'
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
- '*.md'
|
||||
- '.appveyor.yml'
|
||||
- '.travis.yml'
|
||||
- '.github/**'
|
||||
- 'docs/**'
|
||||
- 'LICENSE'
|
||||
pr:
|
||||
branches:
|
||||
include: [ '*' ]
|
||||
exclude: [ gh-pages, master ]
|
||||
exclude: [ gh-pages, master, canary_base ]
|
||||
paths:
|
||||
exclude:
|
||||
- 'docs/**'
|
||||
- '.github/**'
|
||||
- 'LICENSE'
|
||||
- 'README.md'
|
||||
- '*.md'
|
||||
- '.appveyor.yml'
|
||||
- '.travis.yml'
|
||||
- '.github/**'
|
||||
- 'docs/**'
|
||||
- 'LICENSE'
|
||||
|
||||
pool:
|
||||
vmImage: windows-latest
|
||||
|
|
Loading…
Reference in New Issue