From 5b3310e317b0794177dd5aa73a456a1c256e241b Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Thu, 9 May 2024 11:57:24 -0700 Subject: [PATCH] Build on push of any branch --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c92cb0f..0bedfac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["*"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: