make tests run when certain files change

This commit is contained in:
Jonathan Wren 2022-09-03 14:13:14 -07:00
parent cf2a9c8d65
commit d5aa08a4bb
2 changed files with 6 additions and 0 deletions

View file

@ -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:

View file

@ -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: