Skip to content

Commit

Permalink
.aws.github/workflows 내 변경 사항 선택 반영 (#15)
Browse files Browse the repository at this point in the history
## Related Issues
- #14
  • Loading branch information
Coldot committed Aug 8, 2024
2 parents a07900c + 366caff commit 4927184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
filters: |
chat:
- 'chat/**'
- '.github/workflows/**'
- '.github/workflows/deploy-chat.yml'
- '.aws/ecs-task-definition-chat.json'
- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-match.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
filters: |
match:
- 'match/**'
- '.github/workflows/**'
- '.aws/**'
- '.github/workflows/deploy-match.yml'
- '.aws/ecs-task-definition-match.json'
- name: Set up JDK 21
uses: actions/setup-java@v4
Expand Down

0 comments on commit 4927184

Please sign in to comment.