Merge pull request #11 from barrett-ruth/smart-ci

only run ci when relevant files change
This commit is contained in:
Barrett Ruth 2025-08-30 20:40:44 -05:00 committed by GitHub
commit d207769de9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: