Skip to content

Merge pull request #40 from chanmin-00/issue/39-ci-cd #2

Merge pull request #40 from chanmin-00/issue/39-ci-cd

Merge pull request #40 from chanmin-00/issue/39-ci-cd #2

Workflow file for this run

name: WWM CI/CD

Check failure on line 1 in .github/workflows/dev_deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dev_deploy.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
on:
pull_request:
types: [closed]
workflow_dispatch: # 수동 실행도 가능하도록
jobs:
build:
runs-on: ubuntu-latest # OS환경
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'