From 3292d54ba3e262afae3c2106466416ba8a9cccfd Mon Sep 17 00:00:00 2001 From: Peter Makowski Date: Fri, 12 Apr 2024 12:18:18 +0200 Subject: [PATCH] ci: set docs link checker branches (#5399) --- .github/workflows/links-checker.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/links-checker.yml b/.github/workflows/links-checker.yml index abe08c5284..b2705e4f22 100644 --- a/.github/workflows/links-checker.yml +++ b/.github/workflows/links-checker.yml @@ -2,6 +2,10 @@ name: MAAS Docs link checker on: schedule: - cron: "0 14 * * 1-5" # At 14:00 every day-of-week from Monday through Friday. + branches: + - main + - "3.5" + jobs: docs: name: maas.io/docs links