ci: added schedule run

api-breakage
Morty Space 4 years ago
parent bd155b97ac
commit 9c282c8d3a
  1. 2
      .github/workflows/test.yml
  2. 1
      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

@ -64,3 +64,4 @@ 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