Fix docs and improve ci (#182)

This commit is contained in:
ykiko
2025-08-17 11:47:44 +08:00
committed by GitHub
parent 1a258659fe
commit 41d5ac1173
6 changed files with 59 additions and 35 deletions

View File

@@ -3,20 +3,21 @@ name: xmake
on:
push:
branches: [main]
paths:
- ".github/workflows/xmake.yml"
- "include/**"
- "src/**"
- "tests/**"
- "xmake.lua"
pull_request:
branches: [main]
paths-ignore:
- "docs"
- "scripts"
- ".clang-format"
- ".clangd"
- ".gitignore"
- "LICENSE"
- "README.md"
- ".github/workflows/cmake.yml"
- "CMakeLists.txt"
- "CMakePresets.json"
- "cmake"
paths:
- ".github/workflows/xmake.yml"
- "include/**"
- "src/**"
- "tests/**"
- "xmake.lua"
jobs:
linux: