Add branches and paths to cron schedule

This commit is contained in:
Micah Jerome Ellison 2021-12-11 13:53:22 -08:00
parent 9ac05ee8f7
commit 297376b8f8

View file

@ -20,7 +20,15 @@ on:
- 'pyproject.toml' - 'pyproject.toml'
- '.github/workflows/testing.yaml' - '.github/workflows/testing.yaml'
schedule: schedule:
- cron: '0 0 * * SAT' cron: '0 0 * * SAT'
branches: [ develop ]
paths:
- 'jrnl/**'
- 'features/**'
- 'tests/**'
- 'poetry.lock'
- 'pyproject.toml'
- '.github/workflows/testing.yaml'
defaults: defaults:
run: run: