From c75d2df4037741c1cb146216d7156273d13ff91f Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Fri, 20 May 2022 18:48:28 +1000 Subject: [PATCH] chore: schedule maintenance releases --- .github/workflows/release.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7acefd6..a81d9a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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