Merge pull request 'Update .github/workflows/vercel-preview.yaml' (#10) from fix-vercel-preview-builds into main
All checks were successful
Node.js CI / build (18.x) (push) Successful in 53s
Node.js CI / build (20.x) (push) Successful in 54s
Node.js CI / build (22.x) (push) Successful in 52s
Vercel Production Deployment / Deploy-Production (push) Successful in 1m3s

Reviewed-on: lcm/lcm-website#10
This commit is contained in:
2025-09-19 04:46:16 +00:00

View File

@@ -4,8 +4,8 @@ env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
# Trigger the workflow on push or pull request,
push:
branches: [main, stable]
# push:
# branches: [main, stable]
pull_request:
# These types of PRs
types: [opened, synchronize, reopened]