Azure CI: no ARM triggers on docs/* (#10322)

* Azure CI: no triggers on docs/*

* Remove "PR:"
This commit is contained in:
Alexander Zhogov 2022-02-15 13:04:44 +03:00 committed by GitHub
parent f5283300f0
commit 2b8e1ec49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,12 @@
trigger:
branches:
include:
- master
- releases/*
paths:
exclude:
- docs/*
resources:
repositories:
- repository: openvino_contrib

View File

@ -1,3 +1,12 @@
trigger:
branches:
include:
- master
- releases/*
paths:
exclude:
- docs/*
resources:
repositories:
- repository: openvino_contrib