diff --git a/.github/workflows/client-cd.yml b/.github/workflows/client-cd.yml index 6adc807..6a1f132 100644 --- a/.github/workflows/client-cd.yml +++ b/.github/workflows/client-cd.yml @@ -45,7 +45,7 @@ jobs: publish: needs: build - if: github.ref == 'refs/heads/main' +# if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - name: checkout current repository diff --git a/.github/workflows/server-cd.yml b/.github/workflows/server-cd.yml index 14b5b81..bc96bf8 100644 --- a/.github/workflows/server-cd.yml +++ b/.github/workflows/server-cd.yml @@ -43,7 +43,7 @@ jobs: publish: needs: build - if: github.ref == 'refs/heads/main' +# if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: - name: checkout current repository