chore: schedule maintenance releases
This commit is contained in:
parent
86472005d0
commit
c75d2df403
1 changed files with 6 additions and 1 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -1,5 +1,10 @@
|
|||
name: Release
|
||||
on: [workflow_dispatch]
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Release patches and secruity updates on a schedule
|
||||
schedule:
|
||||
- cron: "0 0 1 * *"
|
||||
|
||||
jobs:
|
||||
tag:
|
||||
name: Tag
|
||||
|
|
Loading…
Reference in a new issue