fix: update branch name in GitHub Actions workflow from 'main' to 'master'

This commit is contained in:
Marc Emmanuel 2026-01-16 13:20:10 +01:00
parent 430828edcb
commit 79d4a09e00

View file

@ -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: