ci(release): add paths-ignore to avoid release on non-code changes (#132)
This commit is contained in:
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@@ -3,6 +3,22 @@ name: Build and Release
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'README_EN.md'
|
||||
- 'CLAUDE.md'
|
||||
- '.all-contributorsrc'
|
||||
- '.gitignore'
|
||||
- '.claude/**'
|
||||
- '.cursor/**'
|
||||
- '.github/**'
|
||||
- '.vscode/**'
|
||||
- 'assets/**'
|
||||
- 'configs/**'
|
||||
- 'cookies/**'
|
||||
- 'docs/**'
|
||||
- 'donate/**'
|
||||
- 'examples/**'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user