Skip to content

Commit 2ec02c0

Browse files
committed
ci: minor polish in deploy workflow
1 parent a36694a commit 2ec02c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: "Deploy to Vercel"
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- "main"
6+
branches: ["main"]
87

98
env:
109
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
@@ -13,7 +12,7 @@ env:
1312

1413
jobs:
1514
cd:
16-
environment: "Production"
15+
environment: "production"
1716
runs-on: "ubuntu-latest"
1817
steps:
1918
- name: "Check out the repo"

0 commit comments

Comments
 (0)