mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 05:50:31 +00:00
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:
parent
16e9fd5251
commit
6d0fd75ed5
1 changed files with 0 additions and 5 deletions
5
.github/workflows/auto-update-dist.yml
vendored
5
.github/workflows/auto-update-dist.yml
vendored
|
|
@ -2,11 +2,6 @@ name: Auto-update Distribution
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- 'package.json'
|
|
||||||
- 'package-lock.json'
|
|
||||||
- 'src/**'
|
|
||||||
- 'tsconfig.json'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue