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,8 +21,8 @@ on:
- '.github/workflows/testing.yaml' - '.github/workflows/testing.yaml'
schedule: schedule:
- cron: '0 0 * * SAT' - cron: '0 0 * * SAT'
branches: [ develop ] - branches: [ develop ]
paths: - paths:
- 'jrnl/**' - 'jrnl/**'
- 'features/**' - 'features/**'
- 'tests/**' - 'tests/**'