ci: fix typo issue

This commit is contained in:
원더 2021-01-13 22:21:18 +09:00
parent b0a6525bf2
commit 8a6cb30135

View File

@ -66,7 +66,7 @@ jobs:
- name: Docker Compose
run: docker-compose up -d
deployBeta:
needs: test
needs: docker
name: Deploy Beta
runs-on: ubuntu-latest
if: ${{ github.ref == 'ref/head/master' && github.event_name == 'push' }}