From 6a4febb33a05a19bf152754e978f3de2ca6f5545 Mon Sep 17 00:00:00 2001 From: Dario Coscia <93731561+dario-coscia@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:41:24 +0200 Subject: [PATCH] Update testing_doc.yml (#369) --- .github/workflows/testing_doc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing_doc.yml b/.github/workflows/testing_doc.yml index d2e2624..b743566 100644 --- a/.github/workflows/testing_doc.yml +++ b/.github/workflows/testing_doc.yml @@ -3,12 +3,12 @@ name: Test Sphinx Documentation Build on: push: branches: - - main + - "master" paths: - 'docs/**' pull_request: branches: - - main + - "master" paths: - 'docs/**'