ci: added schedule run

api-breakage
Morty Space 4 years ago
parent bd155b97ac
commit 9c282c8d3a
  1. 2
      .github/workflows/test.yml
  2. 5
      pyproject.toml

@ -1,6 +1,8 @@
--- ---
name: Test and Release name: Test and Release
on: on:
schedule:
- cron: "0 0 * * *"
push: push:
branches: branches:
- main - main

@ -62,5 +62,6 @@ upload_to_pypi = true
upload_to_release = true upload_to_release = true
build_command = "pip install poetry && poetry build" build_command = "pip install poetry && poetry build"
parser_angular_allowed_types="build,chore,ci,docs,feat,fix,perf,style,refactor,test,sync" parser_angular_allowed_types="build,chore,ci,docs,feat,fix,perf,style,refactor,test,sync"
parser_angular_minor_types="feat" parser_angular_minor_types = "feat"
parser_angular_patch_types="fix,perf,sync" parser_angular_patch_types = "fix,perf,sync"
commit_message = ""

Loading…
Cancel
Save