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: