mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
ci: increase test
This commit is contained in:
parent
706c0ef960
commit
a1419c303e
1 changed files with 20 additions and 2 deletions
22
.github/workflows/testRelease.yml
vendored
22
.github/workflows/testRelease.yml
vendored
|
|
@ -4,6 +4,15 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- next
|
||||
- next-major
|
||||
- next-major
|
||||
- alpha
|
||||
- beta
|
||||
- 'feat/**'
|
||||
- 'fix/**'
|
||||
- 'perf/**'
|
||||
- 'refactor/**'
|
||||
|
||||
schedule:
|
||||
- cron: 0 2 * * 0
|
||||
|
|
@ -23,9 +32,18 @@ jobs:
|
|||
dry_run: true
|
||||
branches: |
|
||||
[
|
||||
'+([0-9])?(.{+([0-9]),x}).x',
|
||||
'master',
|
||||
{name: 'beta', prerelease: true},
|
||||
{name: 'alpha', prerelease: true}
|
||||
'next',
|
||||
'next-major',
|
||||
{
|
||||
name: 'beta',
|
||||
prerelease: true
|
||||
},
|
||||
{
|
||||
name: 'alpha',
|
||||
prerelease: true
|
||||
}
|
||||
]
|
||||
branch: master
|
||||
extra_plugins: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue