From 9af36ae10d0e14f81f96f029fc4556f0aee3d217 Mon Sep 17 00:00:00 2001
From: Sergey Bronnikov <sergeyb@tarantool.org>
Date: Thu, 17 Aug 2023 16:10:43 +0300
Subject: [PATCH] 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
---
 .github/workflows/publish-module-api-doc.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/publish-module-api-doc.yaml b/.github/workflows/publish-module-api-doc.yaml
index bb6a0d33c5..ae5f214baf 100644
--- a/.github/workflows/publish-module-api-doc.yaml
+++ b/.github/workflows/publish-module-api-doc.yaml
@@ -4,6 +4,9 @@ on:
   push:
     branches:
       - 'master'
+    paths:
+      - '.github/workflows/publish-module-api-doc.yaml'
+      - 'src/**'
   pull_request:
   workflow_dispatch:
 
-- 
GitLab