Compare commits

..

No commits in common. "feat/test" and "main" have entirely different histories.

View file

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