From ec335cb0ba0a3dbdb0a9211ac1adb7814100ca70 Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 12 Jan 2024 22:55:19 +0800 Subject: [PATCH] Update nextjs.yml --- .github/workflows/nextjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 53d5047..975dc29 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages on: # Runs on pushes targeting the default branch push: - branches: ['test-gh-pages-static'] + branches: ['main'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: