Skip to content

Commit 744b152

Browse files
committed
added config.cpp to CI
1 parent 1fec733 commit 744b152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: C++ Compile Test
33
on:
44
push:
55
branches: [ "main" ]
6-
paths: [ ".github/workflows/compile_test.yml", "main.cpp" ]
6+
paths: [ ".github/workflows/compile_test.yml", "main.cpp", "config.cpp" ]
77
pull_request:
88
branches: [ "main" ]
99

0 commit comments

Comments
 (0)