Skip to content

Commit a3b0c7e

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

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build_cmake_server.yml

Lines changed: 8 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,10 @@ on:
2321
- 'deps/FTXUI-cmake/CMakeLists.txt'
2422
- 'deps/nanodbc-cmake/CMakeLists.txt'
2523
- 'deps/spdlog-cmake/CMakeLists.txt'
24+
- 'Server/**/*.cpp'
25+
- 'Server/**/*.h'
26+
- 'shared/**/*.cpp'
27+
- 'shared/**/*.h'
2628

2729
pull_request:
2830
branches:
@@ -31,8 +33,6 @@ on:
3133
paths:
3234
- '.github/workflows/build_cmake_server.yml'
3335
- 'CMakeLists.txt'
34-
- 'Server/**/*.cpp'
35-
- 'Server/**/*.h'
3636
- 'deps/asio-cmake/CMakeLists.txt'
3737
- 'deps/boost-cmake/CMakeLists.txt'
3838
- 'deps/db-library-cmake/CMakeLists.txt'
@@ -41,6 +41,10 @@ on:
4141
- 'deps/FTXUI-cmake/CMakeLists.txt'
4242
- 'deps/nanodbc-cmake/CMakeLists.txt'
4343
- 'deps/spdlog-cmake/CMakeLists.txt'
44+
- 'Server/**/*.cpp'
45+
- 'Server/**/*.h'
46+
- 'shared/**/*.cpp'
47+
- 'shared/**/*.h'
4448

4549
workflow_dispatch:
4650

0 commit comments

Comments
 (0)