Sync paths for docs and PR workflows

This commit is contained in:
Mikhail f. Shiryaev 2022-05-24 12:58:27 +02:00
parent b4c0f7a621
commit c3f7843192
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4
2 changed files with 2 additions and 1 deletions

View File

@ -13,9 +13,9 @@ on: # yamllint disable-line rule:truthy
branches:
- master
paths:
- 'docker/docs/**'
- 'docs/**'
- 'website/**'
- 'docker/docs/**'
jobs:
CheckLabels:
runs-on: [self-hosted, style-checker]

View File

@ -13,6 +13,7 @@ on: # yamllint disable-line rule:truthy
branches:
- master
paths-ignore:
- 'docker/docs/**'
- 'docs/**'
- 'website/**'
##########################################################################################