From 858de2ff8a023e47cd89ba1cc9f25d821ebeec6c Mon Sep 17 00:00:00 2001 From: Sudhanshu Date: Mon, 15 Jul 2024 07:49:43 +0530 Subject: [PATCH] Remove condition from doc publish action --- .github/workflows/deploy_docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 5181848..30bc980 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -8,7 +8,6 @@ on: jobs: build-deploy: - if: github.event.pull_request.merged && github.event.pull_request.base.ref == 'master' && github.repository == 's-yadav/iv-viewer' runs-on: ubuntu-latest steps: