From abdce01c4a4e630e9e9b00e3345ed28433b91859 Mon Sep 17 00:00:00 2001 From: Josh Heng Date: Thu, 4 Apr 2024 23:32:40 +0100 Subject: [PATCH] :construction_worker: Make builds on production branch --- .github/workflows/nextjs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 606bc21..77849e5 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -1,9 +1,8 @@ name: Build and publish site to GitHub container registry on: - # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["main","production"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: