Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5484e9060 | |||
| 107f8dbe65 | |||
| 236db40dec |
1 changed files with 2 additions and 12 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