diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 573662e..70dab72 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 96ba055..54af309 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -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 }} diff --git a/docs/index.md b/docs/index.md index 040c680..6717fa7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. ---