build.yml: Excludes the workflow run if the file is CONTRIBUTING.md

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

Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
Alan Carvalho de Assis 2025-08-21 09:33:12 -03:00 committed by Xiang Xiao
parent d45dfb8a9e
commit eec50c183c

View file

@ -16,11 +16,13 @@ on:
pull_request:
paths-ignore:
- 'AUTHORS'
- 'CONTRIBUTING.md'
- 'Documentation/**'
- 'tools/ci/docker/linux/**'
push:
paths-ignore:
- 'AUTHORS'
- 'CONTRIBUTING.md'
- 'Documentation/**'
branches:
- 'releases/*'
@ -389,4 +391,4 @@ jobs:
with:
name: msvc-builds
path: ./sources/buildartifacts/
continue-on-error: true
continue-on-error: true