Skip to content

Commit

Permalink
chore: start 2.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 21, 2025
1 parent 5f45d3d commit 347d4c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI
name: CI for 2.x

on:
push:
branches: [ master ]
branches: [ 2.x ]
pull_request:
branches: [ master ]
branches: [ 2.x ]

jobs:
Job:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
name: Release for 2.x

on:
push:
branches: [ master ]
branches: [ 2.x ]

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

[npm-image]: https://img.shields.io/npm/v/egg-redis.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-redis
[codecov-image]: https://codecov.io/gh/eggjs/redis/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/eggjs/redis
[codecov-image]: https://codecov.io/gh/eggjs/redis/branch/2.x/graph/badge.svg
[codecov-url]: https://app.codecov.io/gh/eggjs/redis/tree/2.x
[snyk-image]: https://snyk.io/test/npm/egg-redis/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-redis
[download-image]: https://img.shields.io/npm/dm/egg-redis.svg?style=flat-square
Expand Down

0 comments on commit 347d4c7

Please sign in to comment.