Skip to content

Commit

Permalink
add a missing dependency to trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Nov 19, 2024
1 parent efcd452 commit be7375e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_apps_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
paths:
- 'packages/components/**'
- 'packages/utils/**'
- 'apps/cli/**'
- '.github/workflows/ci_apps_cli.yml'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_apps_hyparquet_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: apps/hyparquet-demo
on:
push:
paths:
- 'packages/utils/**'
- 'apps/hyparquet-demo/**'
- '.github/workflows/ci_apps_hyparquet_demo.yml'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_packages_components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
paths:
- 'packages/components/**'
- 'packages/utils/**'
- '.github/workflows/ci_packages_components.yml'

defaults:
Expand Down

0 comments on commit be7375e

Please sign in to comment.