Update build_and_test.yml
Add CMakeLists.txt as a trigger for automated testing, so that PR's making changes to it will be tested. No version bump.
This commit is contained in:
parent
c42ec040c9
commit
514ab0187c
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
|
@ -19,11 +19,13 @@ on:
|
|||
- 'src/**'
|
||||
- 'include/**'
|
||||
- '.github/workflows/**'
|
||||
- 'CMakeLists.txt'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'include/**'
|
||||
- '.github/workflows/**'
|
||||
- 'CMakeLists.txt'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in a new issue