mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
Trying to fix YAML syntax error
This commit is contained in:
parent
c51394a234
commit
18d5549e8a
1 changed files with 9 additions and 9 deletions
18
.github/workflows/testing.yaml
vendored
18
.github/workflows/testing.yaml
vendored
|
@ -19,16 +19,16 @@ on:
|
||||||
- 'poetry.lock'
|
- 'poetry.lock'
|
||||||
- 'pyproject.toml'
|
- 'pyproject.toml'
|
||||||
- '.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/**'
|
||||||
- 'poetry.lock'
|
- 'poetry.lock'
|
||||||
- 'pyproject.toml'
|
- 'pyproject.toml'
|
||||||
- '.github/workflows/testing.yaml'
|
- '.github/workflows/testing.yaml'
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue