diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 9a05e695..28977dfe 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -52,7 +52,7 @@ jobs: deploy: runs-on: ubuntu-latest - if: ${{ github.ref == 'refs/heads/main' }} + # if: ${{ github.ref == 'refs/heads/main' }} needs: - build_and_publish steps: