From 5fab313f0d43b933c7bacd7ab32377a25209dda6 Mon Sep 17 00:00:00 2001 From: Wim Looman Date: Fri, 14 Aug 2020 12:01:23 +0200 Subject: [PATCH] Update references to master branch --- .github/workflows/audit.yml | 2 +- .github/workflows/base.yml | 2 +- .github/workflows/coverage.yml | 4 ++-- .github/workflows/lint.yml | 2 +- README.md | 5 ++--- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index f92795f0..cf78c4f0 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -17,4 +17,4 @@ on: push: branches: [staging, trying] pull_request: - branches: [master] + branches: [prīmum] diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 0fd21bda..ca5cc798 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -19,4 +19,4 @@ on: push: branches: [staging, trying] pull_request: - branches: [master] + branches: [prīmum] diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index fff8c4e2..e9a9ecfe 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,8 +24,8 @@ jobs: on: push: - branches: [master] + branches: [prīmum] pull_request: - branches: [master] + branches: [prīmum] schedule: - cron: '0 0 * * 5' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d45617dc..99af97fb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,4 +32,4 @@ on: push: branches: [staging, trying] pull_request: - branches: [master] + branches: [prīmum] diff --git a/README.md b/README.md index cf7fef17..ed88128e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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