docs(projects): 修改部署工作流与项目说明文件

This commit is contained in:
xlsea
2025-06-06 09:36:29 +08:00
parent 0ab8bd8a98
commit 7bec9d1476
2 changed files with 19 additions and 3 deletions

View File

@ -3,6 +3,14 @@ name: Build and Deploy
on:
push:
branches: [ "master" ]
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'docs/**'
- '.vscode/**'
- '.github/**'
- '.gitee/**'
- '.codeif/**'
jobs:
build-and-deploy: