Skip to content

Commit

Permalink
fix push path
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Siu committed Mar 2, 2024
1 parent 5c8bfc6 commit 0322cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/backend-ec2-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
paths:
- "server/**"
defaults:
run:
working-directory: ./server
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ frontend-s3-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
paths:
- "client/**"
defaults:
run:
working-directory: ./client
Expand Down

0 comments on commit 0322cf2

Please sign in to comment.