We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32abe6f commit c5a61f7Copy full SHA for c5a61f7
.github/workflows/publish-rust.yaml
@@ -2,6 +2,9 @@ name: publish
2
3
on:
4
workflow_call:
5
+ push:
6
+ branches:
7
+ - "pull-request/[0-9]+"
8
9
jobs:
10
rust-publish:
rust/cuvs/Cargo.toml
@@ -1,5 +1,5 @@
1
[package]
-name = "cuvs"
+name = "jawe-cuvs"
description = "RAPIDS vector search library"
version.workspace = true
edition.workspace = true
0 commit comments