diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index c2db5029..a0f679d5 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -29,18 +29,6 @@ on: type: boolean description: Run e2e tests (application) push: - # Ignore README markdown - # Only automatically deploy when something in the app or tests folder has changed - paths: - - '!**/README.md' - - 'app/**' - - 'config/**' - - 'tests/**' - - 'requirements-dev.in' - - 'requirements-dev.txt' - - 'requirements.in' - - 'requirements.txt' - - '.github/workflows/copilot_deploy.yml' jobs: setup: