From d2ef8071da9a12a2dfbc1a2964bb81f8e23541fc Mon Sep 17 00:00:00 2001 From: Sten Laane <21343173+StenAL@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:25:54 +0300 Subject: [PATCH] CI test --- .github/workflows/client-cd.yml | 2 +- .github/workflows/server-cd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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