diff --git a/.github/workflows/deploy-job.yml b/.github/workflows/deploy-job.yml index 9d41788..c291c18 100644 --- a/.github/workflows/deploy-job.yml +++ b/.github/workflows/deploy-job.yml @@ -54,7 +54,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: test - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v3 - name: Download artifacts