Skip to content

Commit

Permalink
add ci on v.* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Nov 19, 2024
1 parent c67687e commit ce1e113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/parry-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: parry CI build

on:
push:
branches: [ master ]
branches: [master, v0.*]
pull_request:
branches: [ master ]
branches: [master, v0.*]

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -74,6 +74,6 @@ jobs:
- name: install stable Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
toolchain: stable
- name: cargo doc
run: cargo doc --workspace --features bytemuck-serialize,serde-serialize,rkyv-serialize,parallel --no-deps --document-private-items

0 comments on commit ce1e113

Please sign in to comment.