Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptcoded committed Mar 9, 2024
2 parents 008ef31 + 4fd4e32 commit 9e7718c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- '*.x'
- master
- next
- beta
- alpha

Expand Down
1 change: 1 addition & 0 deletions release.config.cjs
Expand Up @@ -5,6 +5,7 @@ module.exports = {
branches: [
'+([0-9])?(.{+([0-9]),x}).x',
'master',
'next',
{ name: 'beta', prerelease: true },
{ name: 'alpha', prerelease: true }
],
Expand Down

0 comments on commit 9e7718c

Please sign in to comment.