Skip to content

Commit 27f45f6

Browse files
committed
Make workflow run on nextjs branch
1 parent 1263010 commit 27f45f6

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: Build and deploy Vector Interior Design Website
33
on:
44
push:
55
branches:
6-
- master
6+
- nextjs
77
paths-ignore:
88
- "**/*.md"
99
- "**/docs/*"
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626
with:
2727
repository: Maypher/Vector-Interior-Design
28-
ref: "nextjs"
28+
ref: "dev"
2929
token: "${{ secrets.GITHUB_PAT }}"
3030
- name: Checkout
3131
if: ${{ !env.ACT }}

0 commit comments

Comments
 (0)