mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 20:18:32 +02:00
change when tests run
This commit is contained in:
parent
991ab2abd6
commit
3f3ce08754
1 changed files with 1 additions and 1 deletions
2
.github/workflows/testing.yaml
vendored
2
.github/workflows/testing.yaml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: Testing
|
name: Testing
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [ develop, release ]
|
branches: [ develop, release ]
|
||||||
paths:
|
paths:
|
||||||
|
@ -10,7 +11,6 @@ on:
|
||||||
- 'poetry.lock'
|
- 'poetry.lock'
|
||||||
- 'pyproject.toml'
|
- 'pyproject.toml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ develop ]
|
|
||||||
paths:
|
paths:
|
||||||
- 'jrnl/**'
|
- 'jrnl/**'
|
||||||
- 'features/**'
|
- 'features/**'
|
||||||
|
|
Loading…
Add table
Reference in a new issue