Skip to content

Commit c6d0382

Browse files
committed
fix names in build workflow
1 parent 826b95e commit c6d0382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-kernel-wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Build delta-kernel-rust-sharing-wrapper wheels for 4 OS and 2 architecture
33
on:
44
push:
55
paths:
6-
- python/delta-sharing-kernel/**
6+
- python/delta-kernel-rust-sharing-wrapper/**
77
- .github/workflows/**
88
pull_request:
99
paths:
10-
- python/delta-sharing-kernel/**
10+
- python/delta-kernel-rust-sharing-wrapper/**
1111
- .github/workflows/**
1212

1313
jobs:

0 commit comments

Comments
 (0)