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:
Gerard Marull-Paretas 2022-03-07 12:37:06 +01:00 committed by Carles Cufí
parent b3ec1f6d1e
commit 79ca39b60b

View file

@ -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'