Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ on:
push:
branches:
- main
paths:
- 'theme/**'
- 'vite.config.js'
- 'jsconfig.json'
- 'package.json'
- 'pnpm-lock.yaml'
- '.github/workflows/deploy.yml'
workflow_dispatch:

jobs:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
branches:
- main
types: [opened, synchronize, reopened]
paths:
- 'theme/**'
- 'vite.config.js'
- 'jsconfig.json'
- 'package.json'
- 'pnpm-lock.yaml'
- '.github/workflows/pr-preview.yml'

concurrency:
group: pr-preview-${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ features:
- title: Claude Code Skills
details: Five built-in skills for Claude Code that provide Liquid reference, accessibility patterns, coding standards, component creation workflows, and translation management.
- title: Coding Standards
details: Comprehensive JavaScript, CSS, and accessibility standards with a three-phase compliance audit. Tailwind utility-first, AbortController lifecycle, WCAG 2.2.
details: Comprehensive JavaScript, CSS, and accessibility standards with a three-phase compliance audit. Tailwind utility-first, AbortController lifecycle, WCAG 2.2. Optimized GitHub Actions workflows with path filtering for efficient CI/CD.
---
Loading