Add testing_prs to trigger for testing PRs

This commit is contained in:
Micah Jerome Ellison 2022-06-11 13:53:54 -07:00
parent 91c2fefb98
commit cdcfeabaf9

View file

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