Compare commits

...

2 Commits

Author SHA1 Message Date
78660275be 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
2025-09-19 04:46:16 +00:00
23503923d0 Update .github/workflows/vercel-preview.yaml
All checks were successful
Node.js CI / build (18.x) (pull_request) Successful in 59s
Node.js CI / build (20.x) (pull_request) Successful in 59s
Node.js CI / build (22.x) (pull_request) Successful in 59s
Vercel Preview Deployment / Deploy-Preview (pull_request) Successful in 1m11s
Remove push on main from triggering the preview build.
2025-09-19 04:41:25 +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]