From 2fd003ea08a517fc0355014c8abad910e814e088 Mon Sep 17 00:00:00 2001 From: Adrien Vannson Date: Sat, 29 Mar 2025 13:04:12 +0100 Subject: [PATCH] Only publish documentation on releases --- .github/workflows/documentation.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index fb63ba88..8d12ed17 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,8 +1,9 @@ name: documentation on: - push: - branches: - - main + release: + types: + - published + workflow_dispatch: permissions: contents: write jobs: