From 1c97e5e3d645c91bf0133fa671ecc09d12548059 Mon Sep 17 00:00:00 2001 From: Fiachra Corcoran Date: Fri, 17 Oct 2025 12:34:12 +0100 Subject: [PATCH] Add paths-ignore docs to ci Signed-off-by: Fiachra Corcoran --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f5dd6d5e..2c7a5244b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,10 +4,14 @@ on: push: branches: - master + paths-ignore: + - 'documentation/**' pull_request: branches: - master - "*/v[0-9]+.[0-9]+" + paths-ignore: + - 'documentation/**' schedule: - cron: "0 17 * * *"