Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #184 from communitiesuk/BAU_adjust_github_conditions
Browse files Browse the repository at this point in the history
BAU - Correct github trigger conditions
  • Loading branch information
robk-dluhc authored Jan 15, 2024
2 parents a0e37a3 + 8f3815b commit 8771061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8771061

Please sign in to comment.