Skip to content

Commit

Permalink
chore: change master to 3.x before 4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 9, 2025
1 parent 5f3366e commit d98d539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI for 3.x

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

jobs:
Job:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release for 3.x

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

jobs:
release:
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
"tag": "latest",
"access": "public"
},
"release": {
"branches": [
{ "name": "master" },
{ "name": "3.x", "range": "3.x", "channel": "3.x" }
]
},
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit d98d539

Please sign in to comment.