mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-06-03 16:55:10 -04:00
ci: prepare beta prerelease
This commit is contained in:
parent
b015e0981e
commit
6c7f290913
2 changed files with 8 additions and 0 deletions
|
@ -82,6 +82,7 @@ workflows:
|
||||||
ignore:
|
ignore:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
|
- beta
|
||||||
- /^hotfix\/.*/
|
- /^hotfix\/.*/
|
||||||
build-test-no-deploy:
|
build-test-no-deploy:
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -93,6 +94,7 @@ workflows:
|
||||||
ignore:
|
ignore:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
|
- beta
|
||||||
- /^hotfix\/.*/
|
- /^hotfix\/.*/
|
||||||
- gh-pages
|
- gh-pages
|
||||||
build-test-deploy:
|
build-test-deploy:
|
||||||
|
@ -106,6 +108,7 @@ workflows:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
|
- beta
|
||||||
- /^hotfix\/.*/
|
- /^hotfix\/.*/
|
||||||
push-translations:
|
push-translations:
|
||||||
triggers:
|
triggers:
|
||||||
|
|
|
@ -8,6 +8,11 @@ module.exports = {
|
||||||
{
|
{
|
||||||
name: 'hotfix/*',
|
name: 'hotfix/*',
|
||||||
channel: 'hotfix'
|
channel: 'hotfix'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'beta',
|
||||||
|
channel: 'beta',
|
||||||
|
prerelease: true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue