From 4da2b142a3f8d499be44a4bb17ff8ec47017068d Mon Sep 17 00:00:00 2001 From: Muhammad Hamza Date: Thu, 28 Dec 2023 04:05:29 +0500 Subject: [PATCH] change live to main --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index bc03c85..ee3c3fa 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["live"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: