From 93be3dd209e50967eb8dfb1e16852d7e35512604 Mon Sep 17 00:00:00 2001 From: Vuyo Date: Tue, 16 May 2023 12:52:10 +0200 Subject: [PATCH] Add workflow --- .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 9ee77f7c..6513deab 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: