diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b94d56..05c9164 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,19 @@ name: ci on: push: + paths: + - 'include/**' + - 'src/**' + - 'tests/**' + - 'CMakeLists.txt' + - '.github/workflows/**' pull_request: + paths: + - 'include/**' + - 'src/**' + - 'tests/**' + - 'CMakeLists.txt' + - '.github/workflows/**' jobs: format: