ci(release): add paths-ignore to avoid release on non-code changes (#132)

This commit is contained in:
Banghao Chi
2025-09-22 10:54:33 -05:00
committed by GitHub
parent c404f8a7cc
commit e7d7d02a55

View File

@@ -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: