only run ci when relevant files change
This commit is contained in:
parent
8f191a7e3f
commit
525d3948aa
1 changed files with 12 additions and 0 deletions
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
|
|
@ -2,7 +2,19 @@ name: ci
|
|||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'include/**'
|
||||
- 'src/**'
|
||||
- 'tests/**'
|
||||
- 'CMakeLists.txt'
|
||||
- '.github/workflows/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'include/**'
|
||||
- 'src/**'
|
||||
- 'tests/**'
|
||||
- 'CMakeLists.txt'
|
||||
- '.github/workflows/**'
|
||||
|
||||
jobs:
|
||||
format:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue