mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 03:28:31 +02:00
make tests run when certain files change
This commit is contained in:
parent
cf2a9c8d65
commit
d5aa08a4bb
2 changed files with 6 additions and 0 deletions
4
.github/workflows/docs.yaml
vendored
4
.github/workflows/docs.yaml
vendored
|
@ -12,6 +12,8 @@ on:
|
||||||
- 'mkdocs.yml'
|
- 'mkdocs.yml'
|
||||||
- 'readthedocs.yml'
|
- 'readthedocs.yml'
|
||||||
- '.github/workflows/docs.yaml'
|
- '.github/workflows/docs.yaml'
|
||||||
|
- 'tasks.py'
|
||||||
|
- 'pyproject.toml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ develop ]
|
branches: [ develop ]
|
||||||
paths:
|
paths:
|
||||||
|
@ -20,6 +22,8 @@ on:
|
||||||
- 'mkdocs.yml'
|
- 'mkdocs.yml'
|
||||||
- 'readthedocs.yml'
|
- 'readthedocs.yml'
|
||||||
- '.github/workflows/docs.yaml'
|
- '.github/workflows/docs.yaml'
|
||||||
|
- 'tasks.py'
|
||||||
|
- 'pyproject.toml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
accessibility:
|
accessibility:
|
||||||
|
|
2
.github/workflows/testing_prs.yaml
vendored
2
.github/workflows/testing_prs.yaml
vendored
|
@ -13,6 +13,7 @@ on:
|
||||||
- 'poetry.lock'
|
- 'poetry.lock'
|
||||||
- 'pyproject.toml'
|
- 'pyproject.toml'
|
||||||
- '.github/workflows/testing_prs.yaml'
|
- '.github/workflows/testing_prs.yaml'
|
||||||
|
- 'tasks.py'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ develop ]
|
branches: [ develop ]
|
||||||
paths:
|
paths:
|
||||||
|
@ -22,6 +23,7 @@ on:
|
||||||
- 'poetry.lock'
|
- 'poetry.lock'
|
||||||
- 'pyproject.toml'
|
- 'pyproject.toml'
|
||||||
- '.github/workflows/testing_prs.yaml'
|
- '.github/workflows/testing_prs.yaml'
|
||||||
|
- 'tasks.py'
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue