From 2b06f27cfcd2c94a6ddcda32ce82d6bf6f26ceac Mon Sep 17 00:00:00 2001 From: Alexis Opolka <53085471+alexis-opolka@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:47:50 +0200 Subject: [PATCH] update NextJS Workflow --- .github/workflows/nextjs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 6d9ffbf..8542711 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -2,12 +2,12 @@ # # To get started with Next.js see: https://nextjs.org/docs/getting-started # -name: Deploy Next.js site to Pages +name: Deploy Dev Next.js site to Pages on: - # Runs on pushes targeting the default branch + # Runs on pushes targeting a specific branch push: - branches: ["main"] + branches: ["theme-system-github-primer"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: