mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
Add branches and paths to cron schedule
This commit is contained in:
parent
9ac05ee8f7
commit
297376b8f8
1 changed files with 9 additions and 1 deletions
10
.github/workflows/testing.yaml
vendored
10
.github/workflows/testing.yaml
vendored
|
@ -20,7 +20,15 @@ on:
|
|||
- 'pyproject.toml'
|
||||
- '.github/workflows/testing.yaml'
|
||||
schedule:
|
||||
- cron: '0 0 * * SAT'
|
||||
cron: '0 0 * * SAT'
|
||||
branches: [ develop ]
|
||||
paths:
|
||||
- 'jrnl/**'
|
||||
- 'features/**'
|
||||
- 'tests/**'
|
||||
- 'poetry.lock'
|
||||
- 'pyproject.toml'
|
||||
- '.github/workflows/testing.yaml'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
Loading…
Add table
Reference in a new issue