chore: schedule maintenance releases

This commit is contained in:
Enrico Stahn 2022-05-20 18:48:28 +10:00 committed by GitHub
parent 86472005d0
commit c75d2df403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,10 @@
name: Release name: Release
on: [workflow_dispatch] on:
workflow_dispatch:
# Release patches and secruity updates on a schedule
schedule:
- cron: "0 0 1 * *"
jobs: jobs:
tag: tag:
name: Tag name: Tag