diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a992c2e57..5de532834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: deploy: runs-on: ubuntu-20.04 needs: [test] - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' steps: - uses: actions/checkout@v2.3.5 with: