mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +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'
|
||||
- 'pyproject.toml'
|
||||
- '.github/workflows/testing.yaml'
|
||||
schedule:
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue