Do not build docs for test-only, changelog-only, or meta-only changes. (#5134)

pull/5144/head
Felix Fontein 2022-08-20 17:44:46 +02:00 committed by GitHub
parent 3c2d7eb193
commit eea7977788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ concurrency:
on: on:
pull_request_target: pull_request_target:
types: [opened, synchronize, reopened, closed] types: [opened, synchronize, reopened, closed]
paths-ignore:
- '.azure-pipelines/**'
- 'changelogs/**'
- 'meta/**'
- 'tests/**'
jobs: jobs:
build-docs: build-docs: