fix: remove conflicting paths-ignore from release workflow
- GitHub Actions doesn't support both 'paths' and 'paths-ignore' in the same trigger - This was causing the release workflow to fail on startup - Keeping only the 'paths' filter for package.json changes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@@ -6,19 +6,6 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- 'package.json'
|
- 'package.json'
|
||||||
- 'package.runtime.json'
|
- 'package.runtime.json'
|
||||||
paths-ignore:
|
|
||||||
- '**.md'
|
|
||||||
- '**.txt'
|
|
||||||
- 'docs/**'
|
|
||||||
- 'examples/**'
|
|
||||||
- '.github/FUNDING.yml'
|
|
||||||
- '.github/ISSUE_TEMPLATE/**'
|
|
||||||
- '.github/pull_request_template.md'
|
|
||||||
- '.gitignore'
|
|
||||||
- 'LICENSE*'
|
|
||||||
- 'ATTRIBUTION.md'
|
|
||||||
- 'SECURITY.md'
|
|
||||||
- 'CODE_OF_CONDUCT.md'
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|||||||
Reference in New Issue
Block a user