diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1742c2a..05c9164 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,19 @@ name: ci on: push: - branches: [main] + paths: + - 'include/**' + - 'src/**' + - 'tests/**' + - 'CMakeLists.txt' + - '.github/workflows/**' pull_request: - branches: [main] + paths: + - 'include/**' + - 'src/**' + - 'tests/**' + - 'CMakeLists.txt' + - '.github/workflows/**' jobs: format: