diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c962b73..17ecb8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,19 @@ on: push: branches: - master + paths: + - '**.py' + - 'requirements.txt' + - 'pyproject.toml' + - 'setup.py' pull_request: branches: - master + paths: + - '**.py' + - 'requirements.txt' + - 'pyproject.toml' + - 'setup.py' jobs: build: