Skip to content

Commit be7375e

Browse files
committed
add a missing dependency to trigger action
1 parent efcd452 commit be7375e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci_apps_cli.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
paths:
55
- 'packages/components/**'
6+
- 'packages/utils/**'
67
- 'apps/cli/**'
78
- '.github/workflows/ci_apps_cli.yml'
89

.github/workflows/ci_apps_hyparquet_demo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: apps/hyparquet-demo
22
on:
33
push:
44
paths:
5+
- 'packages/utils/**'
56
- 'apps/hyparquet-demo/**'
67
- '.github/workflows/ci_apps_hyparquet_demo.yml'
78

.github/workflows/ci_packages_components.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
paths:
55
- 'packages/components/**'
6+
- 'packages/utils/**'
67
- '.github/workflows/ci_packages_components.yml'
78

89
defaults:

0 commit comments

Comments
 (0)