From 4c3be2da40ddb619f58e4012beb1d88dd7e72561 Mon Sep 17 00:00:00 2001 From: FBumann <117816358+FBumann@users.noreply.github.com> Date: Mon, 9 Mar 2026 14:57:59 +0100 Subject: [PATCH] ci: fix docs workflow triggers - Add push to main trigger so docs build runs on every push (serves as test) - Fix workflow_run to watch "Release (Manual)" and "Release Please" workflows Co-Authored-By: Claude Opus 4.6 --- .github/workflows/docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cc6f013..43ce4e9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,11 +1,13 @@ name: Docs on: + push: + branches: [main] pull_request: branches: [main] workflow_dispatch: # Manual trigger workflow_run: - workflows: ["Release"] + workflows: ["Release (Manual)", "Release Please"] types: [completed] permissions: