From 0a4555f24c997a08fadee189b3dbbb07d14c9c17 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 10 May 2026 12:23:35 +0200 Subject: [PATCH] Update trigger --- .github/workflows/documentation-build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation-build.yml b/.github/workflows/documentation-build.yml index 7306c726a..96476d5b4 100644 --- a/.github/workflows/documentation-build.yml +++ b/.github/workflows/documentation-build.yml @@ -1,9 +1,10 @@ name: Generate Docs on: - push: - tags: - - '*' # Only re-generate docs when a new tagged version is pushed + release: + types: + - prereleased # publishing of pre-releases + - released # publishing of stable releases pull_request: paths: - 'doc/doxygen/**'