Skip to content

Commit 7983dd4

Browse files
committed
update workflows & README
1 parent e9ebdbd commit 7983dd4

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/benchmark.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Benchmark
33
on:
44
push:
55
branches:
6-
- v4
6+
- master
7+
- v4.0
78

89
jobs:
910
benchmark:

.github/workflows/documentation.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Documentation
33
on:
44
push:
55
branches:
6-
- v4
6+
- master
7+
- v4.0
78

89
jobs:
910
documentation:

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- v4
6+
- master
7+
- v4.0
78

89
jobs:
910
tests:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</p>
77

88
<div align="center">
9-
<a href="https://coveralls.io/github/NodeRedis/node-redis?branch=v4">
10-
<img src="https://coveralls.io/repos/github/NodeRedis/node-redis/badge.svg?branch=v4" alt="Coverage Status"/>
9+
<a href="https://coveralls.io/github/NodeRedis/node-redis">
10+
<img src="https://coveralls.io/repos/github/NodeRedis/node-redis/badge.svg" alt="Coverage Status"/>
1111
</a>
1212
<a href="https://www.npmjs.com/package/redis/v/next">
1313
<img src="https://img.shields.io/npm/dm/redis.svg" alt="Downloads"/>

0 commit comments

Comments
 (0)