From 79d4a09e00139671a6b2fd8ba6ab1d4834bfb078 Mon Sep 17 00:00:00 2001 From: Marc Emmanuel Date: Fri, 16 Jan 2026 13:20:10 +0100 Subject: [PATCH] fix: update branch name in GitHub Actions workflow from 'main' to 'master' --- .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 6e84f4df..55bc8109 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ['main'] + branches: ['master'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: