Skip to content

Commit 87a0eaf

Browse files
committed
fix: fix github test action trigger
1 parent b3351e2 commit 87a0eaf

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ on:
66
paths:
77
- ".github/workflows/codecov.yml"
88
- "CMakeLists.txt"
9-
- "tests/CMakeLists.txt"
109
- "runAllTests.sh"
1110
- "src/**/*.sv"
12-
- "tests/core_test*.cpp"
13-
- "tests/*_test.hpp"
14-
- "tests/common.hpp"
15-
- "tests/test.cpp"
11+
- "tests/*.*pp"
12+
- "tests/CMakeLists.txt"
1613
workflow_dispatch:
1714

1815
permissions:

0 commit comments

Comments
 (0)