mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-02 20:22:08 +00:00
Vercel's 'Skip deployments when no changes' feature treats files outside workspace packages (e.g. browser_tests/, src/) as global changes, triggering website preview builds on every PR. - Add GitHub Action with paths filter scoped to apps/website/, packages/design-system/, and packages/tailwind-utils/ - Add vercel.json to disable Vercel's automatic GitHub integration - Preview deployments only trigger when website-relevant files change - Production deployments trigger on push to main Requires adding VERCEL_TOKEN, VERCEL_ORG_ID, and VERCEL_WEBSITE_PROJECT_ID to GitHub repo secrets.
6 lines
43 B
JSON
6 lines
43 B
JSON
{
|
|
"github": {
|
|
"enabled": false
|
|
}
|
|
}
|