fix(ci): cleanup

This commit is contained in:
Barrett Ruth 2026-01-16 11:07:58 -05:00
parent 107f8dbe65
commit b5484e9060
2 changed files with 2 additions and 14 deletions

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:

View file

@ -8,8 +8,6 @@
namespace bmath {
auto _ = 1+1;
template <typename Derived, size_t Limit>
requires(Limit > 0)
class Sieve {