ci: we don't have to compile for docs updates
This commit is contained in:
parent
c617811879
commit
9dfec956de
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
@ -2,6 +2,11 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- 'pkgr/**'
|
||||||
|
- 'manifest/**'
|
||||||
|
- 'bootpkg/**'
|
||||||
|
- 'pkgfile/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check: # check if the code compiles
|
check: # check if the code compiles
|
||||||
|
|
Loading…
Reference in a new issue