Skip to content

Commit 514ab01

Browse files
authored
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.
1 parent c42ec04 commit 514ab01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ on:
1919
- 'src/**'
2020
- 'include/**'
2121
- '.github/workflows/**'
22+
- 'CMakeLists.txt'
2223
pull_request:
2324
paths:
2425
- 'src/**'
2526
- 'include/**'
2627
- '.github/workflows/**'
28+
- 'CMakeLists.txt'
2729

2830
jobs:
2931

0 commit comments

Comments
 (0)