Skip to content

Commit

Permalink
chore: paths 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
k000927 committed Aug 6, 2024
1 parent 2ac5f0d commit f2a2847
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Comment
on:
pull_request:
paths:
- './admin'
- 'admin/**'
branches:
- main
- dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/admin_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: HybridJGS-FE Dev Production
on:
push:
paths:
- './admin'
- 'admin/**'
branches:
- dev

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Comment
on:
pull_request:
paths:
- './client'
- 'client/**'
branches:
- dev

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: HybridJGS-FE Dev Production
on:
push:
paths:
- './client'
- 'client/**'
branches:
- dev

Expand Down

0 comments on commit f2a2847

Please sign in to comment.