From 332843d907a4d65fcc2cd97f8bec1ac53c03b2ac Mon Sep 17 00:00:00 2001 From: zxkmm Date: Fri, 27 Dec 2024 23:42:26 +0800 Subject: [PATCH] add workflow for debug_mode branch --- .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 8d27011..16e97b9 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: ["main"] + branches: ["debug_mode"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: