update testing workflow to run when workflow itself is changed

This commit is contained in:
Jonathan Wren 2021-08-16 19:40:21 -07:00
parent c0e068d693
commit 11fe6c19b8

View file

@ -9,6 +9,7 @@ on:
- 'tests/**' - 'tests/**'
- 'poetry.lock' - 'poetry.lock'
- 'pyproject.toml' - 'pyproject.toml'
- '.github/workflows/testing.yaml'
pull_request: pull_request:
branches: [ develop ] branches: [ develop ]
paths: paths:
@ -17,6 +18,7 @@ on:
- 'tests/**' - 'tests/**'
- 'poetry.lock' - 'poetry.lock'
- 'pyproject.toml' - 'pyproject.toml'
- '.github/workflows/testing.yaml'
jobs: jobs:
test: test: