Skip to content

Commit

Permalink
Merge pull request #114 from Team-Shaka/ci/112
Browse files Browse the repository at this point in the history
๐Ÿ‘ท  Ci: ์Šคํฌ๋ฆฝํŠธ ๋ณ€๊ฒฝ
  • Loading branch information
swa07016 authored Dec 14, 2023
2 parents 984e62a + 5657586 commit bb991e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
pull_request:
branches:
- develop
types: [closed]
types:
- closed
workflow_dispatch: # (2).์ˆ˜๋™ ์‹คํ–‰๋„ ๊ฐ€๋Šฅํ•˜๋„๋ก

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
pull_request:
branches:
- release
types: [closed]
types:
- closed
workflow_dispatch: # (2).์ˆ˜๋™ ์‹คํ–‰๋„ ๊ฐ€๋Šฅํ•˜๋„๋ก

jobs:
Expand Down

0 comments on commit bb991e7

Please sign in to comment.