From 39121679c08232732e0c154ca132b7c4bbb5a351 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 12 May 2023 10:31:31 +0200 Subject: [PATCH] Fix branch name in action --- .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 38e3632..864ac7b 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: