From 699d262b2b54b53f874232c32f3f915e843346f6 Mon Sep 17 00:00:00 2001 From: Michael Dodwell <1372930+dodwmd@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:41:53 +1000 Subject: [PATCH] fix on push branch --- .github/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index fe1fe78..035ba06 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.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: