From b7284b94bc0853a288540ef200bce027ce53b753 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Wed, 6 Nov 2024 08:51:38 +0100 Subject: [PATCH] ci: the main branch is master --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index cfceffb..bf9cb0a 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["master"] # Daily build schedule: - cron: "0 0 * * *"