diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index 9ba8b3b..0f93925 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -161,7 +161,7 @@ jobs: docker push ${{ steps.image_lowercase.outputs.lowercase }}:${{ env.TAG }} - name: Deploy with Qovery - if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/develop' env: QOVERY_CLI_ACCESS_TOKEN: ${{secrets.QOVERY_CLI_ACCESS_TOKEN }} run: |