From 138a8e301926dbd5ca1918052ab70fed65439a5b Mon Sep 17 00:00:00 2001 From: Escher WD Date: Thu, 4 Apr 2024 17:49:24 -0700 Subject: [PATCH] update hugo build action --- .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 ea90576..7781170 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 new branch push: - branches: ["2024-website"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: