Change branch name references

This commit is contained in:
Felix Krull 2020-07-23 15:10:04 +02:00 committed by Colin Walters
parent 9af7577b0f
commit fddff04204
2 changed files with 3 additions and 3 deletions

View File

@ -160,7 +160,7 @@ pages:
paths: paths:
- public - public
only: only:
- master - main
# publish # publish
publish_ostree-sys: publish_ostree-sys:

View File

@ -1,7 +1,7 @@
# ostree-rs # ostree-rs
[![pipeline status](https://gitlab.com/fkrull/ostree-rs/badges/master/pipeline.svg)](https://gitlab.com/fkrull/ostree-rs/commits/master) [![pipeline status](https://gitlab.com/fkrull/ostree-rs/badges/main/pipeline.svg)](https://gitlab.com/fkrull/ostree-rs/commits/main)
[![Crates.io](https://img.shields.io/crates/v/ostree.svg)](https://crates.io/crates/ostree) [![Crates.io](https://img.shields.io/crates/v/ostree.svg)](https://crates.io/crates/ostree)
[![master-docs](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://fkrull.gitlab.io/ostree-rs/ostree) [![main-docs](https://img.shields.io/badge/docs-main-brightgreen.svg)](https://fkrull.gitlab.io/ostree-rs/ostree)
**Rust** bindings for [libostree](https://ostree.readthedocs.io). **Rust** bindings for [libostree](https://ostree.readthedocs.io).