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: