diff --git a/.github/workflows/tests-unit.yaml b/.github/workflows/tests-unit.yaml index ab213a88d7..c92efbf5d2 100644 --- a/.github/workflows/tests-unit.yaml +++ b/.github/workflows/tests-unit.yaml @@ -2,7 +2,19 @@ name: ETL Pipeline Tests (Pull Request) on: pull_request: - actions: [ opened ] + types: [opened] + paths: + - 'api/*' + - 'managers/*' + - 'mappings/*' + - 'model/*' + - 'processes/*' + - 'tests/*' + - 'utils/*' + - 'dev-requirements.txt' + - 'requirements.txt' + - 'main.py' + - 'Makefile' jobs: test: