build.yml: Excludes the workflow if the file is AUTHORS
Build Documentation / build-html (push) Has been cancelled

CI does not compile everything for a simple modification of the AUTHORS file.

Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
simbit18
2025-07-15 17:48:14 +02:00
committed by Xiang Xiao
parent 150854c6f2
commit b5ef0871d9
+2
View File
@@ -15,10 +15,12 @@ name: Build
on: on:
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'AUTHORS'
- 'Documentation/**' - 'Documentation/**'
- 'tools/ci/docker/linux/**' - 'tools/ci/docker/linux/**'
push: push:
paths-ignore: paths-ignore:
- 'AUTHORS'
- 'Documentation/**' - 'Documentation/**'
branches: branches:
- 'releases/*' - 'releases/*'