mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-13 00:50:01 +00:00
## Summary - Add `deploy-production` job to Storybook CI workflow - Triggers on push to `main` branch - Deploys to fixed Cloudflare Pages URL: `https://comfy-storybook.pages.dev` - PR preview deployments remain unchanged ## Linked Issues - Notion: [COM-15826](https://www.notion.so/Deploy-Storybook-to-fixed-production-URL-on-main-branch-merge-3196d73d36508159a875d42694a619d1) ## Test Plan - [ ] Merge to main and verify `deploy-production` job runs in GitHub Actions - [ ] Confirm `https://comfy-storybook.pages.dev` serves latest Storybook - [ ] Verify existing PR preview deployments still work - [ ] Verify other jobs (comment, chromatic) are not affected by the new trigger ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-9373-ci-deploy-Storybook-to-fixed-production-URL-on-main-merge-3196d73d3650816795ead1a5b839a571) by [Unito](https://www.unito.io)
GitHub Workflows
Naming Convention
Workflow files follow a consistent naming pattern: <prefix>-<descriptive-name>.yaml
Category Prefixes
| Prefix | Purpose | Example |
|---|---|---|
ci- |
Testing, linting, validation | ci-tests-e2e.yaml |
release- |
Version management, publishing | release-version-bump.yaml |
pr- |
PR automation (triggered by labels) | pr-claude-review.yaml |
api- |
External Api type generation | api-update-registry-api-types.yaml |
i18n- |
Internationalization updates | i18n-update-core.yaml |
Documentation
Each workflow file contains comments explaining its purpose, triggers, and behavior. For specific details about what each workflow does, refer to the comments at the top of each .yaml file.
For GitHub Actions documentation, see Events that trigger workflows.