From a2cc5ba77a6c1014d8f8668b54ac442a938dbf71 Mon Sep 17 00:00:00 2001 From: Barry Evans <20720166+bevans2000@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:14:36 +0000 Subject: [PATCH] Update hugo-gh.yaml Change name of default branch --- .github/workflows/hugo-gh.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugo-gh.yaml b/.github/workflows/hugo-gh.yaml index 5fc9f3f..f8a336b 100644 --- a/.github/workflows/hugo-gh.yaml +++ b/.github/workflows/hugo-gh.yaml @@ -5,7 +5,7 @@ on: # Runs on pushes targeting the default branch push: branches: - - main + - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -77,4 +77,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4