diff --git a/.github/workflows/backend_cd.yml b/.github/workflows/backend_cd.yml index 4049af8f..2f313dc7 100644 --- a/.github/workflows/backend_cd.yml +++ b/.github/workflows/backend_cd.yml @@ -34,7 +34,7 @@ jobs: path: backend/build/libs/*.jar deploy_develop: - if: ${{ github.ref == 'refs/heads/dev/be' }} + # if: ${{ github.ref == 'refs/heads/dev/be' }} needs: build environment: Develop runs-on: