From 4aeb577e6747267881e9e96d6a2abbbf06a71edd Mon Sep 17 00:00:00 2001 From: Andrea Zignoli Date: Tue, 2 May 2023 17:53:32 +0200 Subject: [PATCH] Update hugo.yaml --- .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 94512d3..a74d472 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 + - gh-pages # Allows you to run this workflow manually from the Actions tab workflow_dispatch: