Skip to content

Commit

Permalink
fix: add listen files
Browse files Browse the repository at this point in the history
  • Loading branch information
bbb169 committed Oct 16, 2023
1 parent dcb6ae8 commit 58e4e83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
- ".github/workflows/*"
- "src/**"
- "bin/*"
- "controller"
- "database"
- "routes"
- "types"
- "utils"
- "views"
- "controller/**"
- "database/**"
- "routes/**"
- "types/**"
- "utils/**"
- "views/**"
- "package.json"
- "ecosystem.config.js"
- ".env"
Expand Down

0 comments on commit 58e4e83

Please sign in to comment.