Skip to content

Commit a3de70e

Browse files
committed
fix(ci): run build workflow on tests change
1 parent af89fb1 commit a3de70e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ on:
1414
paths:
1515
- ".github/workflows/build.yml"
1616
- "docker/**"
17+
- "tests/**"
1718
- "*.sh"
1819
pull_request:
1920
paths:
2021
- ".github/workflows/build.yml"
2122
- "docker/**"
23+
- "tests/**"
2224
- "*.sh"
2325

2426
concurrency:

0 commit comments

Comments
 (0)