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