From f1de1b402944bf0d7d4a81b0b579423e0020a778 Mon Sep 17 00:00:00 2001 From: CyFun <78366282+S4CH@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:45:50 +0530 Subject: [PATCH] Updated branch in deploy_hugo.yml --- .github/workflows/deploy_hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_hugo.yml b/.github/workflows/deploy_hugo.yml index cfd5363c..e06f67bc 100644 --- a/.github/workflows/deploy_hugo.yml +++ b/.github/workflows/deploy_hugo.yml @@ -5,7 +5,7 @@ run-name: Hugo build # List of events that trigger the workflow on: push: - branches: [main] + branches: [blog] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: