From ed860ed7fffa3fe761af678edbdaee85f455e20a Mon Sep 17 00:00:00 2001 From: Rafal Wlodarczyk Date: Wed, 30 Oct 2024 07:30:13 +0100 Subject: [PATCH] on --- .github/workflows/hugo.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 5090376..d8464c1 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -4,8 +4,7 @@ name: Deploy Hugo site to Pages on: # Runs on pushes targeting the default branch push: - branches: - - ["master", "pages"] + branches: ["master", "pages"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: