mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2025-11-07 10:46:56 +00:00
test(testRelease): set schedule test
This commit is contained in:
parent
1a37a580d3
commit
a49898a4d7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/testRelease.yml
vendored
3
.github/workflows/testRelease.yml
vendored
|
|
@ -5,6 +5,9 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: 0 2 * * *
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: release
|
name: release
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue