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: