Add poetry.lock and pyproject.toml paths to trigger tests.

This commit is contained in:
erinhmclark
2025-03-07 18:01:08 +00:00
parent 1a2d9de819
commit b386ae6287

View File

@@ -5,9 +5,13 @@ on:
branches: [ main ]
paths:
- src/**
- poetry.lock
- pyproject.toml
pull_request:
paths:
- src/**
- poetry.lock
- pyproject.toml
jobs:
tests: