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

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-12-04 08:26:41 +02:00
parent f95c2d1c91
commit 85185c0f5d

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: