diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b441fd9..ed434f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: needs: build name: Deploy to GitHub Pages runs-on: ubuntu-latest - if: github.ref == 'refs/heads/source' + if: github.event_name == 'push' steps: - uses: actions/checkout@v3 - uses: actions/download-artifact@v3