diff --git a/.github/workflows/auto-version.yml b/.github/workflows/auto-version.yml index 5cb4c42..5607be0 100644 --- a/.github/workflows/auto-version.yml +++ b/.github/workflows/auto-version.yml @@ -3,6 +3,15 @@ name: PR Docker Build on: pull_request: types: [opened, synchronize, reopened] + paths: + - '**.py' + - 'requirements*.txt' + - 'pyproject.toml' + - 'Dockerfile' + - 'docker-compose.yml' + - '.dockerignore' + - 'server.py' + - 'config.py' permissions: contents: read