ci: prepare beta prerelease

This commit is contained in:
Andy O'Neill 2023-05-05 14:42:42 -04:00
parent b015e0981e
commit 6c7f290913
2 changed files with 8 additions and 0 deletions

View file

@ -82,6 +82,7 @@ workflows:
ignore:
- master
- develop
- beta
- /^hotfix\/.*/
build-test-no-deploy:
jobs:
@ -93,6 +94,7 @@ workflows:
ignore:
- master
- develop
- beta
- /^hotfix\/.*/
- gh-pages
build-test-deploy:
@ -106,6 +108,7 @@ workflows:
only:
- master
- develop
- beta
- /^hotfix\/.*/
push-translations:
triggers:

View file

@ -8,6 +8,11 @@ module.exports = {
{
name: 'hotfix/*',
channel: 'hotfix'
},
{
name: 'beta',
channel: 'beta',
prerelease: true
}
]
};