1
0
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:
Jari Kolehmainen 2020-12-13 19:09:03 +02:00 committed by GitHub
parent abd4223675
commit da6c114b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,15 @@
variables: variables:
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
pr: pr:
branches:
include:
- master - master
- releases/* - releases/*
paths:
exclude:
- .github/*
- docs/*
- mkdocs/*
trigger: trigger:
branches: branches:
include: include:
@ -10,6 +17,11 @@ trigger:
tags: tags:
include: include:
- "*" - "*"
paths:
exclude:
- .github/*
- docs/*
- mkdocs/*
jobs: jobs:
- job: Windows - job: Windows
pool: pool: