only run ci when relevant files change

This commit is contained in:
Barrett Ruth 2025-08-30 20:36:47 -05:00
parent 8f191a7e3f
commit 525d3948aa

View file

@ -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: