We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8e6d8 commit ca3b8ddCopy full SHA for ca3b8dd
.github/workflows/nextjs.yml
@@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
7
on:
8
# Runs on pushes targeting the default branch
9
push:
10
- branches: [$default-branch]
+ branches: ["main"]
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
0 commit comments