diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 327bf71..3e3f3a7 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["dev"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: