Skip to content

Commit

Permalink
[INFRA] CI/CD 1차 완성 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvalentine6 committed Jun 20, 2023
2 parents 57fc3d9 + 80468ab commit 8069649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/be-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
push:
branches:
- main
# paths:
# - 'be/**'
paths:
- 'be/**'

env:
AWS_REGION: ap-northeast-2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fe-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
push:
branches:
- main
# paths:
# - 'fe/**'
paths:
- 'fe/**'

env:
AWS_REGION: ap-northeast-2
Expand Down

0 comments on commit 8069649

Please sign in to comment.