diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index fb39971..0ea3d9a 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -8,7 +8,7 @@ on: jobs: build: runs-on: ubuntu-latest # (3).OS환경 - if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop' + if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'dev' steps: - name: Checkout