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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
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:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user