From 514878e0a2fc3fafd6ec53b1bd450180ed5254fb Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 18 Nov 2024 21:56:53 +0100 Subject: [PATCH] hugo.yaml: Stop limiting the push build to the main branch Signed-off-by: Sebastian Pipping --- .github/workflows/hugo.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 58386bc..64a75cc 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -6,8 +6,6 @@ on: # Runs on pushes targeting the default branch push: - branches: - - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: