From db5244fde59e6df64472c8e88d4ec3861b0188dd Mon Sep 17 00:00:00 2001 From: "swayampakula.v.s.s.pavanakasinadha sarma" <81065703+kasinadhsarma@users.noreply.github.com> Date: Sat, 3 Aug 2024 07:10:17 +0530 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da06d80..c892d36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Run tests run: | python -m unittest discover -s tests - + deploy-website: needs: build if: github.ref == 'refs/heads/website' && github.event_name == 'push'