Skip to content

Commit 6d0fd75

Browse files
jdxclaude
andcommitted
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 <[email protected]>
1 parent 16e9fd5 commit 6d0fd75

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/auto-update-dist.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Auto-update Distribution
22

33
on:
44
pull_request:
5-
paths:
6-
- 'package.json'
7-
- 'package-lock.json'
8-
- 'src/**'
9-
- 'tsconfig.json'
105

116
permissions:
127
contents: read

0 commit comments

Comments
 (0)