build.yml: Excludes the workflow if the file is AUTHORS
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:
parent
150854c6f2
commit
b5ef0871d9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -15,10 +15,12 @@ name: Build
|
|||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'AUTHORS'
|
||||
- 'Documentation/**'
|
||||
- 'tools/ci/docker/linux/**'
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'AUTHORS'
|
||||
- 'Documentation/**'
|
||||
branches:
|
||||
- 'releases/*'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue