From 9c282c8d3a9e17e4dc3169734c0dadb4f79bfea5 Mon Sep 17 00:00:00 2001 From: Morty Space Date: Sun, 15 May 2022 17:49:38 +0200 Subject: [PATCH] ci: added schedule run --- .github/workflows/test.yml | 2 ++ pyproject.toml | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c155ec5..7d84da0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,8 @@ --- name: Test and Release on: + schedule: + - cron: "0 0 * * *" push: branches: - main diff --git a/pyproject.toml b/pyproject.toml index 3e503b8..5d8df32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,5 +62,6 @@ upload_to_pypi = true upload_to_release = true build_command = "pip install poetry && poetry build" parser_angular_allowed_types="build,chore,ci,docs,feat,fix,perf,style,refactor,test,sync" -parser_angular_minor_types="feat" -parser_angular_patch_types="fix,perf,sync" +parser_angular_minor_types = "feat" +parser_angular_patch_types = "fix,perf,sync" +commit_message = ""