server
server copied to clipboard
[DEVOPS-862] Updates the paths trigger
Needed to update this as it's going to match all files and subfolders of this path.
Type of change
- [X] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [X] Build/deploy pipeline (DevOps)
- [ ] Other
Objective
Fixes the path trigger to include files and folders in the directory.
Code changes
-
.github/workflows/protect-files.yml: Updates the
paths:trigger.
Before you submit
- [X] I have checked for formatting errors (`dotnet format --verify-no-changes`) (required)
- [ ] If making database changes - I have also updated Entity Framework queries and/or migrations
- [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required)
- [ ] This change requires a **documentation update** (notify the documentation team)
- [ ] This change has particular **deployment requirements** (notify the DevOps team)