From 5684917028fea0e9bb66f488414f3a3fa614cf9b Mon Sep 17 00:00:00 2001 From: Bhushan Palsapure Date: Wed, 10 Sep 2025 22:58:15 +0100 Subject: [PATCH] chore: Deploy fix - deploy condition update --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 84edc72..f678eb5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,8 +61,8 @@ jobs: deploy: needs: build + if: ${{ github.ref == 'refs/heads/master' || github.base_ref == 'master' }} runs-on: ubuntu-latest - if: github.base_ref == 'master' steps: - uses: actions/checkout@v4 - name: Download Build Artifacts