Skip to content

Commit e55c466

Browse files
committed
fix(ci): run build workflow on tests change
1 parent 06fdb99 commit e55c466

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ 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/**"
22-
- "build.sh"
23+
- "tests/**"
24+
- "*.sh"
2325

2426
concurrency:
2527
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}

0 commit comments

Comments
 (0)