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:
Jim Derry 2021-07-28 18:13:18 -04:00 committed by GitHub
parent c42ec040c9
commit 514ab0187c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,11 +19,13 @@ on:
- 'src/**' - 'src/**'
- 'include/**' - 'include/**'
- '.github/workflows/**' - '.github/workflows/**'
- 'CMakeLists.txt'
pull_request: pull_request:
paths: paths:
- 'src/**' - 'src/**'
- 'include/**' - 'include/**'
- '.github/workflows/**' - '.github/workflows/**'
- 'CMakeLists.txt'
jobs: jobs: