mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 18:56: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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- next
|
||||||
|
- next-major
|
||||||
|
- next-major
|
||||||
|
- alpha
|
||||||
|
- beta
|
||||||
|
- 'feat/**'
|
||||||
|
- 'fix/**'
|
||||||
|
- 'perf/**'
|
||||||
|
- 'refactor/**'
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 2 * * 0
|
- cron: 0 2 * * 0
|
||||||
|
|
@ -23,9 +32,18 @@ jobs:
|
||||||
dry_run: true
|
dry_run: true
|
||||||
branches: |
|
branches: |
|
||||||
[
|
[
|
||||||
|
'+([0-9])?(.{+([0-9]),x}).x',
|
||||||
'master',
|
'master',
|
||||||
{name: 'beta', prerelease: true},
|
'next',
|
||||||
{name: 'alpha', prerelease: true}
|
'next-major',
|
||||||
|
{
|
||||||
|
name: 'beta',
|
||||||
|
prerelease: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'alpha',
|
||||||
|
prerelease: true
|
||||||
|
}
|
||||||
]
|
]
|
||||||
branch: master
|
branch: master
|
||||||
extra_plugins: |
|
extra_plugins: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue