We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93eb905 commit dc1fa63Copy full SHA for dc1fa63
.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: ["main"]
+ branches: ["master"]
11
12
# Allows you to run this workflow manually from the Actions tab
13
workflow_dispatch:
0 commit comments