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

Commit

Permalink
fixing trigger paths for deploys (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan authored Mar 12, 2024
1 parent fef17fb commit e3c594b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ on:
# Only automatically deploy when something in the app or tests folder has changed
paths:
- '!**/README.md'
- 'core/**'
- 'config/**'
- 'db/**'
- 'openapi/**'
- 'scripts/**'
- 'tests/**'
- 'requirements-dev.in'
- 'requirements-dev.txt'
Expand Down

0 comments on commit e3c594b

Please sign in to comment.