fix: run auto-update-dist workflow on all PRs

Removes path filters so the workflow runs on every PR, ensuring
dist/ is always up to date regardless of which files changed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
jdx 2025-10-31 09:44:13 -05:00
parent 16e9fd5251
commit 6d0fd75ed5
No known key found for this signature in database
GPG key ID: 584DADE86724B407

View file

@ -2,11 +2,6 @@ name: Auto-update Distribution
on:
pull_request:
paths:
- 'package.json'
- 'package-lock.json'
- 'src/**'
- 'tsconfig.json'
permissions:
contents: read