Skip to content

Merge pull request #12 from CYY1007/ci/9 #3

Merge pull request #12 from CYY1007/ci/9

Merge pull request #12 from CYY1007/ci/9 #3

Workflow file for this run

name: UMC Dev 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:
branches:
- develop
types:
- closed
workflow_dispatch: # (2).수동 실행도 가능하도록
jobs:
build:
runs-on: ubuntu-latest # (3).OS환경
if: github.event.pull_request.merged == true