From e53ea7482471daa74b5bf57ee06052185857a061 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Fri, 24 Nov 2023 16:33:05 +0100 Subject: [PATCH] Update deployment 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 696f423..fde3be2 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: - - rebuild + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: