Fix docs and improve ci (#182)
This commit is contained in:
25
.github/workflows/xmake.yml
vendored
25
.github/workflows/xmake.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user