diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75d3068..067eba0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"