ci: errno: check the workflow when changed
Make sure workflow is run when it is updated. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
b3ec1f6d1e
commit
79ca39b60b
1
.github/workflows/errno.yml
vendored
1
.github/workflows/errno.yml
vendored
|
@ -2,6 +2,7 @@ name: Error numbers
|
|||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/errno.yml'
|
||||
- 'lib/libc/minimal/include/errno.h'
|
||||
- 'scripts/ci/errno.py'
|
||||
|
||||
|
|
Loading…
Reference in a new issue