From 601a8ad231ea2a37a7c3f55444fbc0fe97e85ab1 Mon Sep 17 00:00:00 2001 From: Aditya30ag Date: Wed, 26 Aug 2026 13:44:48 +0530 Subject: [PATCH] fix the test_and_deploy.yml --- .github/workflows/test_and_deploy.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 2d4443f..8f5b961 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -58,10 +58,8 @@ jobs: needs: [check_style, build_docs] if: | ( - github.event_name != 'pull_request' && ( - github.ref_name == 'main' || - github.event_name == 'workflow_dispatch' - ) + github.event_name != 'pull_request' && + github.ref_name == 'main' ) runs-on: ubuntu-latest permissions: