Skip to content

Commit

Permalink
Merge pull request #8 from Team-HMH/feat/#7-change-deploy-setting
Browse files Browse the repository at this point in the history
deploy - 배포 ν…ŒμŠ€νŠΈλ₯Ό μœ„ν•œ main λΈŒλžœμΉ˜μ— push
  • Loading branch information
kseysh authored Jan 2, 2024
2 parents b5250e2 + 2afcdf6 commit e2b7f14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ assignees: ''
- docs: README, λ¬Έμ„œ
- refactor: μ½”λ“œ λ¦¬νŽ™ν† λ§ (κΈ°λŠ₯ λ³€κ²½ 없이 μ½”λ“œλ§Œ μˆ˜μ •ν•  λ•Œ)
- modify: μ½”λ“œ μˆ˜μ • (κΈ°λŠ₯의 λ³€ν™”κ°€ μžˆμ„ λ•Œ)
- deploy 배포 κ΄€λ ¨
-->

## What is this issue? πŸš€
Expand Down
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- docs: README, λ¬Έμ„œ
- refactor: μ½”λ“œ λ¦¬νŽ™ν† λ§ (κΈ°λŠ₯ λ³€κ²½ 없이 μ½”λ“œλ§Œ μˆ˜μ •ν•  λ•Œ)
- modify: μ½”λ“œ μˆ˜μ • (κΈ°λŠ₯의 λ³€ν™”κ°€ μžˆμ„ λ•Œ)
- deploy 배포 κ΄€λ ¨
-->

## Related issue πŸš€
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hmh-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: πŸš€ APPLICATION-DEPLOY!

on:
push:
branches: [ 'main' ]
branches: [ 'develop' ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hmh-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: 🏭 APPLICATION-BUILD!
on:
pull_request:
branches: [ "develop" ]
push:
branches: [ "develop" ]
#push:
#branches: [ "develop" ]

permissions:
contents: read
Expand Down

0 comments on commit e2b7f14

Please sign in to comment.