Skip to content

Commit 5c71909

Browse files
authored
Update deploy.yml
change to main default branch
1 parent 8db73cb commit 5c71909

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
@@ -3,7 +3,7 @@ name: Deploy Next.js site to Pages
33
on:
44
# Runs on pushes targeting the default branch
55
push:
6-
branches: [$default-branch]
6+
branches: ["main"]
77

88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:
@@ -87,4 +87,4 @@ jobs:
8787
steps:
8888
- name: Deploy to GitHub Pages
8989
id: deployment
90-
uses: actions/deploy-pages@v1
90+
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)