Compare commits

..

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

View file

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