diff --git a/.github/workflows/release_deploy.yml b/.github/workflows/release_deploy.yml index 64cc524..93fd6b4 100644 --- a/.github/workflows/release_deploy.yml +++ b/.github/workflows/release_deploy.yml @@ -10,6 +10,7 @@ jobs: runs-on: ubuntu-latest # (3).OS환경 if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'release' + steps: - name: Checkout uses: actions/checkout@v2 # (4).코드 check out