Skip to content

Commit

Permalink
issue/60 💚 CI : 릴리즈 인프라 구축 (#64) (#65)
Browse files Browse the repository at this point in the history
* Ci : 릴리즈 인프라 구축

* Ci : release 인프라 구축
  • Loading branch information
CYY1007 authored Oct 12, 2023
1 parent 63638f2 commit ce5caa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest # (3).OS환경
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'release'


steps:
- name: Checkout
Expand Down

0 comments on commit ce5caa3

Please sign in to comment.