mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:01:17 +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:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'AUTHORS'
|
||||
- 'Documentation/**'
|
||||
- 'tools/ci/docker/linux/**'
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'AUTHORS'
|
||||
- 'Documentation/**'
|
||||
branches:
|
||||
- 'releases/*'
|
||||
|
||||
Reference in New Issue
Block a user