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