From ae7f35438a76c141f6df862776e8fc3edae7a090 Mon Sep 17 00:00:00 2001 From: Alex Wells Date: Mon, 15 Sep 2025 23:38:15 +0200 Subject: [PATCH] chore: Only deploy docs after a successful release --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 9895070..7471d7e 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -2,7 +2,7 @@ name: Deploy documentation on: workflow_run: - workflows: ["Tests"] + workflows: ["Release"] types: - completed branches: