Skip to content

Merge branch 'develop' of https://github.com/Wayble-Project/wayble-sp… #20

Merge branch 'develop' of https://github.com/Wayble-Project/wayble-sp…

Merge branch 'develop' of https://github.com/Wayble-Project/wayble-sp… #20

Workflow file for this run

# name: CD - DEVELOP
# on: #이 워크플로우가 언제 실행될지 트리거를 정의함.
# pull_request:
# types : [closed] #누군가가 Pull request를 닫았을 때 실행됨.
# workflow_dispatch: #수동 실행도 가능하도록
# jobs: #실제 실행할 작업을 정의
# build: #작업 이름
# runs-on: ubuntu-latest #OS환경
# if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'
# #닫힌 Pull Request 중에서, 병합된 것이고, 병합 대상 브랜치가 develop 브랜치일 경우에만 이 작업을 실행