mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
ci: only run tests when source changes
This commit is contained in:
parent
032e23af95
commit
b822fe432c
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -2,9 +2,13 @@ name: 🧪 Run Tests
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
- paths:
|
||||
- 'src/**/*.py'
|
||||
- 'tests/**/*.py'
|
||||
- 'pyproject.toml'
|
||||
|
||||
jobs:
|
||||
run-tests:
|
||||
|
|
Loading…
Reference in a new issue