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:
parent
d45dfb8a9e
commit
eec50c183c
1 changed files with 3 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -16,11 +16,13 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'AUTHORS'
|
- 'AUTHORS'
|
||||||
|
- 'CONTRIBUTING.md'
|
||||||
- 'Documentation/**'
|
- 'Documentation/**'
|
||||||
- 'tools/ci/docker/linux/**'
|
- 'tools/ci/docker/linux/**'
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'AUTHORS'
|
- 'AUTHORS'
|
||||||
|
- 'CONTRIBUTING.md'
|
||||||
- 'Documentation/**'
|
- 'Documentation/**'
|
||||||
branches:
|
branches:
|
||||||
- 'releases/*'
|
- 'releases/*'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue