Skip to content

Commit 884cd4f

Browse files
committed
build_cmake_server.yml: Ensure shared/* invokes a build
1 parent e06ea04 commit 884cd4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_cmake_server.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ on:
1313
paths:
1414
- '.github/workflows/build_cmake_server.yml'
1515
- 'CMakeLists.txt'
16-
- 'Server/**/*.cpp'
17-
- 'Server/**/*.h'
1816
- 'deps/asio-cmake/CMakeLists.txt'
1917
- 'deps/boost-cmake/CMakeLists.txt'
2018
- 'deps/db-library-cmake/CMakeLists.txt'
@@ -23,6 +21,8 @@ on:
2321
- 'deps/FTXUI-cmake/CMakeLists.txt'
2422
- 'deps/nanodbc-cmake/CMakeLists.txt'
2523
- 'deps/spdlog-cmake/CMakeLists.txt'
24+
- 'Server/**/*'
25+
- 'shared/**/*'
2626

2727
pull_request:
2828
branches:
@@ -31,8 +31,6 @@ on:
3131
paths:
3232
- '.github/workflows/build_cmake_server.yml'
3333
- 'CMakeLists.txt'
34-
- 'Server/**/*.cpp'
35-
- 'Server/**/*.h'
3634
- 'deps/asio-cmake/CMakeLists.txt'
3735
- 'deps/boost-cmake/CMakeLists.txt'
3836
- 'deps/db-library-cmake/CMakeLists.txt'
@@ -41,6 +39,8 @@ on:
4139
- 'deps/FTXUI-cmake/CMakeLists.txt'
4240
- 'deps/nanodbc-cmake/CMakeLists.txt'
4341
- 'deps/spdlog-cmake/CMakeLists.txt'
42+
- 'Server/**/*'
43+
- 'shared/**/*'
4444

4545
workflow_dispatch:
4646

0 commit comments

Comments
 (0)