From f69a360ae8e183f5c5e4acaa356e458cbdf1d000 Mon Sep 17 00:00:00 2001 From: Marco Braak Date: Tue, 27 Feb 2024 08:18:19 +0100 Subject: [PATCH] Build docs for update-doc branch --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 01fa69a5..b07a54a2 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -2,7 +2,7 @@ name: Deploy static content to Pages on: push: - branches: ["master"] + branches: ["master", "update-doc"] workflow_dispatch: branches: ["master"]