From 47bc517d92736d562e165a799e8fa3977bbe813c Mon Sep 17 00:00:00 2001 From: TCA Date: Fri, 19 Apr 2024 20:42:39 +0200 Subject: [PATCH] Workflow bugfix --- .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 27123b3..77e63de 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -3,7 +3,7 @@ name: Render and deploy doxygen documentation on: push: - branches: [ "main" ] + branches: [ "master" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: