diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index db127fc5..f2ef6c63 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -28,6 +28,10 @@ on: - '!**/README.md' - 'app/**' - 'tests/**' + - 'requirements-dev.in' + - 'requirements-dev.txt' + - 'requirements.in' + - 'requirements.txt' jobs: paketo_build: