Remove branches and paths from schedule

This commit is contained in:
Micah Jerome Ellison 2021-12-11 14:07:34 -08:00
parent 18d5549e8a
commit 41ba1c4d84

View file

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