Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hungrypro7 authored Sep 5, 2024
1 parent a08b501 commit b7622f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Deploy to S3
on:
push:
branches:
- main # main, dev 브랜치에 푸시될 때마다 실행
- dev
- main # main, feature-ci-cd 브랜치에 푸시될 때마다 실행
- feature-ci-cd

jobs:
deploy:
Expand Down

0 comments on commit b7622f4

Please sign in to comment.