Skip to content

Commit

Permalink
refarctor: cd pipeline ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsongmok committed Oct 23, 2024
1 parent 33643fa commit f2080b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- develop # develop ๋ธŒ๋žœ์น˜์— merge๋  ๋•Œ ํŠธ๋ฆฌ๊ฑฐ
- 'weekly/**'
pull_request:
branches:
- develop
- 'weekly/**'

jobs:
deploy:
Expand Down

0 comments on commit f2080b9

Please sign in to comment.