doc-build.yml: add top-level Makefile

Dunno why the top-level Makefile is doc/ specific but it is.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-01-09 00:36:10 +00:00 committed by Anas Nashif
commit 2fd1d3ca07

View file

@ -6,6 +6,7 @@ name: Documentation GitHub Workflow
on:
pull_request:
paths:
- 'Makefile'
- 'doc/**'
- '**.rst'
- 'include/**'