We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fec733 commit 744b152Copy full SHA for 744b152
.github/workflows/compile_test.yml
@@ -3,7 +3,7 @@ name: C++ Compile Test
3
on:
4
push:
5
branches: [ "main" ]
6
- paths: [ ".github/workflows/compile_test.yml", "main.cpp" ]
+ paths: [ ".github/workflows/compile_test.yml", "main.cpp", "config.cpp" ]
7
pull_request:
8
9
0 commit comments