Skip to content
Snippets Groups Projects
Unverified Commit 1d53fda6 authored by Sergey Bronnikov's avatar Sergey Bronnikov Committed by Yaroslav Lobankov
Browse files

ci: update paths in a publish module api doc workflow

Module API documentation is described in Doxygen comments in C/C++ files
in src/ directory. No sense to run this job for other changes. The patch
changes paths in workflow accordingly.

NO_CHANGELOG=ci
NO_DOC=ci
NO_TEST=ci

(cherry picked from commit 9af36ae1)
parent 7da94b5c
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,9 @@ on: ...@@ -4,6 +4,9 @@ on:
push: push:
branches: branches:
- 'master' - 'master'
paths:
- '.github/workflows/publish-module-api-doc.yaml'
- 'src/**'
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment