File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- name : CI
1
+ name : CI for 2.x
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ 2.x ]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [ 2.x ]
8
8
9
9
jobs :
10
10
Job :
Original file line number Diff line number Diff line change 1
- name : Release
1
+ name : Release for 2.x
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ 2.x ]
6
6
7
7
jobs :
8
8
release :
Original file line number Diff line number Diff line change 11
11
12
12
[ npm-image ] : https://img.shields.io/npm/v/egg-redis.svg?style=flat-square
13
13
[ npm-url ] : https://npmjs.org/package/egg-redis
14
- [ codecov-image ] : https://codecov.io/gh/eggjs/redis/branch/master /graph/badge.svg
15
- [ codecov-url ] : https://codecov.io/gh/eggjs/redis
14
+ [ codecov-image ] : https://codecov.io/gh/eggjs/redis/branch/2.x /graph/badge.svg
15
+ [ codecov-url ] : https://app. codecov.io/gh/eggjs/redis/tree/2.x
16
16
[ snyk-image ] : https://snyk.io/test/npm/egg-redis/badge.svg?style=flat-square
17
17
[ snyk-url ] : https://snyk.io/test/npm/egg-redis
18
18
[ download-image ] : https://img.shields.io/npm/dm/egg-redis.svg?style=flat-square
You can’t perform that action at this time.
0 commit comments