We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c5fabb + d125b16 commit c5debb0Copy full SHA for c5debb0
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: Build and Test
2
3
on:
4
pull_request:
5
- branches: ["main", "prod"]
+ branches: ["main"]
6
7
permissions:
8
contents: read
.github/workflows/deploy.yml
@@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
# Runs on pushes targeting the default branch
9
push:
10
- branches: [prod]
+ branches: [main]
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
@@ -90,4 +90,4 @@ jobs:
90
steps:
91
- name: Deploy to GitHub Pages
92
id: deployment
93
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments