From 1061a30089d110f59d24d88d90dd8e63bff7183b Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Thu, 12 Feb 2026 22:52:33 +0100 Subject: [PATCH] Run link verification workflow on pull requests --- .github/workflows/verify-links.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/verify-links.yml b/.github/workflows/verify-links.yml index 6d521ed..2f561b2 100644 --- a/.github/workflows/verify-links.yml +++ b/.github/workflows/verify-links.yml @@ -1,6 +1,10 @@ name: Verify External Links on: + # Run on pull requests targeting main + pull_request: + branches: [ main ] + # Run on the first day of every month at 00:00 UTC schedule: - cron: '0 0 1 * *'