ci(release): add Docker paths to paths-ignore to avoid docs-only release triggers (#162)
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -9,6 +9,8 @@ on:
|
|||||||
- 'CLAUDE.md'
|
- 'CLAUDE.md'
|
||||||
- '.all-contributorsrc'
|
- '.all-contributorsrc'
|
||||||
- '.gitignore'
|
- '.gitignore'
|
||||||
|
- '.dockerignore'
|
||||||
|
- 'Dockerfile'
|
||||||
- '.claude/**'
|
- '.claude/**'
|
||||||
- '.cursor/**'
|
- '.cursor/**'
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
@@ -16,6 +18,7 @@ on:
|
|||||||
- 'assets/**'
|
- 'assets/**'
|
||||||
- 'configs/**'
|
- 'configs/**'
|
||||||
- 'cookies/**'
|
- 'cookies/**'
|
||||||
|
- 'docker/**'
|
||||||
- 'deploy/**'
|
- 'deploy/**'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'donate/**'
|
- 'donate/**'
|
||||||
@@ -148,4 +151,4 @@ jobs:
|
|||||||
xiaohongshu-mcp-darwin-arm64.tar.gz
|
xiaohongshu-mcp-darwin-arm64.tar.gz
|
||||||
xiaohongshu-mcp-darwin-amd64.tar.gz
|
xiaohongshu-mcp-darwin-amd64.tar.gz
|
||||||
xiaohongshu-mcp-windows-amd64.zip
|
xiaohongshu-mcp-windows-amd64.zip
|
||||||
xiaohongshu-mcp-linux-amd64.tar.gz
|
xiaohongshu-mcp-linux-amd64.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user