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 * * *"