From bdf4649f6722776cc3f68f86ed64ac7556ea5efb Mon Sep 17 00:00:00 2001 From: Joao Gante Date: Fri, 20 Sep 2024 09:37:39 +0100 Subject: [PATCH] Docs: add the ability to manually trigger jobs (#33598) --- .github/workflows/build_documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index b25567fb092..c55638ded14 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -1,6 +1,7 @@ name: Build documentation on: + workflow_dispatch: push: branches: - main