Skip to content

Commit d125b16

Browse files
authored
Remove prod, replace with main
1 parent cb53e21 commit d125b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
77
on:
88
# Runs on pushes targeting the default branch
99
push:
10-
branches: [prod]
10+
branches: [main]
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
@@ -90,4 +90,4 @@ jobs:
9090
steps:
9191
- name: Deploy to GitHub Pages
9292
id: deployment
93-
uses: actions/deploy-pages@v4
93+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)