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:
|
||||
push:
|
||||
branches:
|
||||
- v4
|
||||
- master
|
||||
- v4.0
|
||||
|
||||
jobs:
|
||||
benchmark:
|
||||
|
3
.github/workflows/documentation.yml
vendored
3
.github/workflows/documentation.yml
vendored
@@ -3,7 +3,8 @@ name: Documentation
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- v4
|
||||
- master
|
||||
- v4.0
|
||||
|
||||
jobs:
|
||||
documentation:
|
||||
|
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -3,7 +3,8 @@ name: Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- v4
|
||||
- master
|
||||
- v4.0
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
Reference in New Issue
Block a user