Skip to content

Commit

Permalink
Run only on main, PRs, and tags of the pyo3 package.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Nov 21, 2024
1 parent b0bbcf0 commit 377aae8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_langsmith_pyo3_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ name: Build langsmith-pyo3 wheels

# Our wheels build depends on both the `langsmith-pyo3` crate itself and all its dependencies:
# - The Rust workspace-level dependency specification in `rust/Cargo.toml` and `rust/Cargo.lock`.
# - Other local Rust crates, like `langsmith_tracing_client`.
# - Other local Rust crates, like `langsmith-tracing-client`.
# - The vendored `orjson` and `pyo3` workspaces.
on:
push:
branches:
- main
- master
- pg/vendored-orjson
tags:
- '*'
- 'langsmith-pyo3*'
paths:
- "rust/**"
- "vendor/orjson/**"
Expand Down

0 comments on commit 377aae8

Please sign in to comment.