Skip to content

Commit

Permalink
Merge #99
Browse files Browse the repository at this point in the history
99: Update references to master branch r=Nemo157 a=Nemo157



Co-authored-by: Wim Looman <git@nemo157.com>
  • Loading branch information
bors[bot] and Nemo157 authored Aug 14, 2020
2 parents c45411b + 5fab313 commit 74125e6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ on:
push:
branches: [staging, trying]
pull_request:
branches: [master]
branches: [prīmum]
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ on:
push:
branches: [staging, trying]
pull_request:
branches: [master]
branches: [prīmum]
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

on:
push:
branches: [master]
branches: [prīmum]
pull_request:
branches: [master]
branches: [prīmum]
schedule:
- cron: '0 0 * * 5'
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ on:
push:
branches: [staging, trying]
pull_request:
branches: [master]
branches: [prīmum]
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# async-compression
[![crates.io version][1]][2] [![build status][3]][4]
[![crates.io version][1]][2] ![build status][3]
[![downloads][5]][6] [![docs.rs docs][7]][8]

This crate provides adaptors between compression crates and Rust's modern
Expand Down Expand Up @@ -34,8 +34,7 @@ additional terms or conditions.

[1]: https://img.shields.io/crates/v/async-compression.svg?style=flat-square
[2]: https://crates.io/crates/async-compression
[3]: https://img.shields.io/travis/Nemo157/async-compression/master.svg?style=flat-square
[4]: https://travis-ci.com/Nemo157/async-compression
[3]: https://img.shields.io/github/workflow/status/Nemo157/async-compression/base?style=flat-square
[5]: https://img.shields.io/crates/d/async-compression.svg?style=flat-square
[6]: https://crates.io/crates/async-compression
[7]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square
Expand Down

0 comments on commit 74125e6

Please sign in to comment.