You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
update workflows & README
This commit is contained in:
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
@@ -3,7 +3,8 @@ name: Benchmark
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- v4
|
- master
|
||||||
|
- v4.0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
benchmark:
|
benchmark:
|
||||||
|
3
.github/workflows/documentation.yml
vendored
3
.github/workflows/documentation.yml
vendored
@@ -3,7 +3,8 @@ name: Documentation
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- v4
|
- master
|
||||||
|
- v4.0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
documentation:
|
documentation:
|
||||||
|
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -3,7 +3,8 @@ name: Tests
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- v4
|
- master
|
||||||
|
- v4.0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
@@ -6,8 +6,8 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://coveralls.io/github/NodeRedis/node-redis?branch=v4">
|
<a href="https://coveralls.io/github/NodeRedis/node-redis">
|
||||||
<img src="https://coveralls.io/repos/github/NodeRedis/node-redis/badge.svg?branch=v4" alt="Coverage Status"/>
|
<img src="https://coveralls.io/repos/github/NodeRedis/node-redis/badge.svg" alt="Coverage Status"/>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://www.npmjs.com/package/redis/v/next">
|
<a href="https://www.npmjs.com/package/redis/v/next">
|
||||||
<img src="https://img.shields.io/npm/dm/redis.svg" alt="Downloads"/>
|
<img src="https://img.shields.io/npm/dm/redis.svg" alt="Downloads"/>
|
||||||
|
Reference in New Issue
Block a user