From b110c514bd366da6fac6a1af9888a7a851d3be35 Mon Sep 17 00:00:00 2001 From: Hristo Hristov Date: Sun, 29 Mar 2026 12:17:05 +0300 Subject: [PATCH] chore(workflows): disable hugo pages workflow Signed-off-by: Hristo Hristov --- .github/workflows/hugo.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 78c3eaa..b316ea7 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -2,11 +2,6 @@ name: Deploy Hugo site to Pages on: - # Runs on pushes targeting the default branch - push: - branches: - - main - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: