Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
b5484e9060 fix(ci): cleanup 2026-01-16 11:07:58 -05:00
107f8dbe65 done 2026-01-16 11:03:58 -05:00
236db40dec a file 2026-01-16 11:03:11 -05:00

View file

@ -2,19 +2,9 @@ name: ci
on:
push:
paths:
- 'include/**'
- 'src/**'
- 'tests/**'
- 'CMakeLists.txt'
- '.github/workflows/**'
branches: [main]
pull_request:
paths:
- 'include/**'
- 'src/**'
- 'tests/**'
- 'CMakeLists.txt'
- '.github/workflows/**'
branches: [main]
jobs:
format: