doc-build.yml: Add itself to path filter

So doc build is run when doc-build.yml is changed.

Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
This commit is contained in:
Øyvind Rønningstad 2020-12-10 20:36:58 +01:00 committed by Anas Nashif
parent 5362a88338
commit 2fc50c6e9d

View File

@ -16,6 +16,7 @@ on:
- '.known-issues/doc/**'
- '**/Kconfig*'
- 'west.yml'
- '.github/workflows/doc-build.yml'
jobs:
build: