fix: 머지하면서 생긴 오류 해결 #95
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 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' |