From a5d236e798e309b4ee094a08d09a926021c8595b Mon Sep 17 00:00:00 2001 From: Alexander Liesenfeld Date: Wed, 11 Sep 2024 18:10:08 +0200 Subject: [PATCH] add new website domain --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 356cdbf..5c74655 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -4,7 +4,7 @@ on: # Trigger the workflow every time you push to the `main` branch # Using a different branch name? Replace `main` with your branch’s name push: - branches: [ development ] + branches: [ master ] # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: