From b54a425c99b50b6816f3fbc0b8a33def2c976551 Mon Sep 17 00:00:00 2001 From: Johannes Holke Date: Wed, 17 Apr 2024 13:53:18 +0200 Subject: [PATCH] Update add_release_documentation.yml --- .github/workflows/add_release_documentation.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/add_release_documentation.yml b/.github/workflows/add_release_documentation.yml index 5ac4235eb2..13a8d0fe1b 100644 --- a/.github/workflows/add_release_documentation.yml +++ b/.github/workflows/add_release_documentation.yml @@ -34,7 +34,10 @@ on: release: types: - created - + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: add_release_doc: