Skip to content

Commit

Permalink
Merge pull request #529 from storyblok/chore/enable-next-auto-releases
Browse files Browse the repository at this point in the history
chore: enable next auto releases
  • Loading branch information
alvarosabu authored Jul 31, 2024
2 parents 9cb44bc + 3d29f10 commit b6e41ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Release CI

on:
push:
branches: [main]
branches: [main, next, beta]
pull_request:
branches: [main]
branches: [main, next, beta]

jobs:
release:
Expand Down
10 changes: 9 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,15 @@
},
"release": {
"branches": [
"main"
"main",
{
"name": "next",
"prerelease": true
},
{
"name": "beta",
"prerelease": true
}
]
},
"repository": {
Expand Down

0 comments on commit b6e41ea

Please sign in to comment.