mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Exclude github actions & docs from azure pipeline (#1655)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
abd4223675
commit
da6c114b68
@ -1,8 +1,15 @@
|
||||
variables:
|
||||
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
|
||||
pr:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- releases/*
|
||||
paths:
|
||||
exclude:
|
||||
- .github/*
|
||||
- docs/*
|
||||
- mkdocs/*
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
@ -10,6 +17,11 @@ trigger:
|
||||
tags:
|
||||
include:
|
||||
- "*"
|
||||
paths:
|
||||
exclude:
|
||||
- .github/*
|
||||
- docs/*
|
||||
- mkdocs/*
|
||||
jobs:
|
||||
- job: Windows
|
||||
pool:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user