From b007e41200cb8ad80a1c7dcbf5dfd07aa3228c68 Mon Sep 17 00:00:00 2001 From: psteinroe Date: Mon, 31 Mar 2025 08:29:45 +0200 Subject: [PATCH] chore: only deploy docs on release --- .github/workflows/deploy_docs.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 45658800..aabd75cd 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -1,11 +1,10 @@ name: Build and Deploy Documentation + on: - push: - branches: - - main - paths: - - 'docs/**' + release: + types: [released] workflow_dispatch: + permissions: contents: write pages: write