diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 176b981..5c66fd7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: name: Deploy needs: build runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' steps: - name: Download artifact