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'
|
||||
- 'readthedocs.yml'
|
||||
- '.github/workflows/docs.yaml'
|
||||
- 'tasks.py'
|
||||
- 'pyproject.toml'
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
paths:
|
||||
|
@ -20,6 +22,8 @@ on:
|
|||
- 'mkdocs.yml'
|
||||
- 'readthedocs.yml'
|
||||
- '.github/workflows/docs.yaml'
|
||||
- 'tasks.py'
|
||||
- 'pyproject.toml'
|
||||
|
||||
jobs:
|
||||
accessibility:
|
||||
|
|
2
.github/workflows/testing_prs.yaml
vendored
2
.github/workflows/testing_prs.yaml
vendored
|
@ -13,6 +13,7 @@ on:
|
|||
- 'poetry.lock'
|
||||
- 'pyproject.toml'
|
||||
- '.github/workflows/testing_prs.yaml'
|
||||
- 'tasks.py'
|
||||
pull_request:
|
||||
branches: [ develop ]
|
||||
paths:
|
||||
|
@ -22,6 +23,7 @@ on:
|
|||
- 'poetry.lock'
|
||||
- 'pyproject.toml'
|
||||
- '.github/workflows/testing_prs.yaml'
|
||||
- 'tasks.py'
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
Loading…
Add table
Reference in a new issue