Trying to fix YAML syntax error

This commit is contained in:
Micah Jerome Ellison 2021-12-11 14:05:24 -08:00
parent c51394a234
commit 18d5549e8a

View file

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