From 6bee0b48194e58bd6ee75428cb6ad977340e5f60 Mon Sep 17 00:00:00 2001 From: Mario Micklisch Date: Sat, 25 Jan 2025 21:11:29 +0100 Subject: [PATCH] Fix deployment config --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 65117ba..ea0f50b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages on: push: branches: - - main # Change this to your default branch if it's not 'main' + - master # Change this to your default branch if it's not 'main' jobs: build-and-deploy: