Skip to content

Commit

Permalink
fix: deploy any path change inside app and public
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq-naufal committed Mar 19, 2024
1 parent 5ba4959 commit a9d481d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches: [ "main" ]
paths:
- 'app/**'
- 'public/**'
- '**.js'
- '**.ts'
- '**.tsx'
Expand Down

0 comments on commit a9d481d

Please sign in to comment.