From e7c9196eb0ff4cfd6142358f051d2718cdbe4eeb Mon Sep 17 00:00:00 2001 From: Neeraj Rekwar <88387699+neerajrekwar@users.noreply.github.com> Date: Tue, 27 Aug 2024 23:35:11 +0530 Subject: [PATCH] Update nextjs.yml Signed-off-by: Neeraj Rekwar <88387699+neerajrekwar@users.noreply.github.com> --- .github/workflows/nextjs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index b9789b524..3b3a90c82 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -1,5 +1,5 @@ # Sample workflow for building and deploying a Next.js site to GitHub Pages -# +# new # To get started with Next.js see: https://nextjs.org/docs/getting-started # name: Deploy Next.js site to Pages @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["ne-next"] + branches: ["ne-next-vcl"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: