Skip to content

Commit 5555eee

Browse files
committed
modifying the checks for workflow launch
1 parent a81a55b commit 5555eee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr_build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths:
8+
- "src/radius_clustering/**"
9+
- "tests/**"
10+
- "pyproject.toml"
711
workflow_dispatch:
812

913
jobs:

0 commit comments

Comments
 (0)