[LTP] [PATCH] ci: revert "Run sphinx test only when files changed"

Andrea Cervesato andrea.cervesato@suse.de
Tue Jun 17 08:51:07 CEST 2025


From: Andrea Cervesato <andrea.cervesato@suse.com>

Revert 180bc2bb9 in order to build documentation when pushing
to the master branch.

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
 .github/workflows/ci-sphinx-doc.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci-sphinx-doc.yml b/.github/workflows/ci-sphinx-doc.yml
index e77c766871b98114417dc7d8d1cb108afe885735..457aa5a2355d1d93db243090ca31b1c634338b25 100644
--- a/.github/workflows/ci-sphinx-doc.yml
+++ b/.github/workflows/ci-sphinx-doc.yml
@@ -5,7 +5,8 @@ name: "Test building sphinx doc"
 
 on:
   push:
-    paths: ['doc/**']
+    branches:
+    - master
   pull_request:
     paths: ['doc/**']
 

---
base-commit: 2bce711e96004e619d51170302bf7ce9162f1231
change-id: 20250617-ci_docs_build_fix-1f2f976a897d

Best regards,
-- 
Andrea Cervesato <andrea.cervesato@suse.com>



More information about the ltp mailing list