Skip to content

Commit

Permalink
chore: update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Sep 3, 2024
1 parent dbf6e36 commit d54ee80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ on:
push:
branches:
- master
- beta
- v5
- 5.x.x-beta
pull_request:
branches:
- master
- beta
- v5
- 5.x.x-beta
jobs:
workflow:
runs-on: ubuntu-latest
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@
"branches": [
"master",
{
"name": "beta",
"prerelease": true
},
{
"name": "v5",
"name": "5.x.x-beta",
"prerelease": true,
"channel": "beta"
}
Expand Down

0 comments on commit d54ee80

Please sign in to comment.