mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
fix default branch name
This commit is contained in:
parent
4c520c51c8
commit
f01fab7de7
2 changed files with 2 additions and 3 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -2,10 +2,10 @@ name: Rust
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
tags: [ 'v*' ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
@ -9,7 +9,6 @@ A helper for distributing / installing pre-built binaries in a pseudo-distribute
|
|||
[](https://github.com/ryankurte/cargo-binstall)
|
||||
[](https://crates.io/crates/cargo-binstall)
|
||||
[](https://docs.rs/cargo-binstall)
|
||||
[Open Issues](https://github.com/ryankurte/cargo-binstall/issues)
|
||||
|
||||
|
||||
## Getting Started
|
||||
|
|
Loading…
Add table
Reference in a new issue