mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
build.yml: Excludes the workflow if the file is AUTHORS
Build Documentation / build-html (push) Has been cancelled
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:
@@ -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/*'
|
||||||
|
|||||||
Reference in New Issue
Block a user