fix(ci): cleanup
This commit is contained in:
parent
107f8dbe65
commit
b5484e9060
2 changed files with 2 additions and 14 deletions
14
.github/workflows/ci.yaml
vendored
14
.github/workflows/ci.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue