From 0a9c2e48d8dffbdeb91ae4df63d481daac300b4a Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Tue, 16 Apr 2024 15:22:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Allow=20build=20workflow=20to=20?= =?UTF-8?q?be=20triggered=20by=20other=20workflows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See f677539313da2f218bc5b61e40eae24d3f03c8ae --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b69dd0..41b5806 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ name: Deploy documentation site to Pages on: # Runs on pushes targeting the `main` branch. Change this to `master` if you're # using the `master` branch as the default branch. + workflow_dispatch: push: branches: [main]