diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index c96529e7..0fa72655 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -26,7 +26,8 @@ on: # Only automatically deploy when something in the app or tests folder has changed paths: - '!**/README.md' - - 'app/**' + - 'config/**' + - 'db/**' - 'tests/**' - 'requirements-dev.in' - 'requirements-dev.txt'