enable ci workflow

This commit is contained in:
uncor3
2025-12-08 20:55:08 +00:00
parent c1f38dbd18
commit 9949b87f18
+11
View File
@@ -2,6 +2,17 @@ name: iDescriptor CI (Linux)
on:
workflow_dispatch:
push:
paths:
- "**.cpp"
- "**.h"
- "**.hpp"
- "**.cxx"
- "**.cc"
- "CMakeLists.txt"
- "**.cmake"
- ".github/workflows/ci.yml"
env:
QT_VERSION: "6.7.2"
GO_VERSION: "1.23.0"