Compare commits

..

No commits in common. "b5484e9060dea609f6c555cdb813125af2ca2d62" and "2a622e0d6466b3db814255623b215260996f8a4d" 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: