diff --git a/.github/workflows/aws-prod.yml b/.github/workflows/aws-prod.yml index 3e3a3f08..c333228b 100644 --- a/.github/workflows/aws-prod.yml +++ b/.github/workflows/aws-prod.yml @@ -2,9 +2,8 @@ name: Deploy Backend to Product ECS on: push: - branches: ["main"] - paths: - - "server/**" + tags: + - "v*" env: AWS_REGION: ap-northeast-1