server icon indicating copy to clipboard operation
server copied to clipboard

[DEVOPS-862] Updates the paths trigger

Open mimartin12 opened this issue 3 years ago • 1 comments

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)

mimartin12 avatar Aug 10 '22 22:08 mimartin12