Skip to content

fix: 머지하면서 생긴 오류 해결 #95

fix: 머지하면서 생긴 오류 해결

fix: 머지하면서 생긴 오류 해결 #95

Workflow file for this run

## github repository actions 페이지에 나타날 이름
#name: EatPic CI/CD (using github actions & docker)
#
#on:
# pull_request:
# types: [closed]
# workflow_dispatch: # (2).수동 실행도 가능하도록
#
#jobs:
# build:
# runs-on: ubuntu-latest # (3).OS환경
# if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'