diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index cc06213a..29e6662b 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -72,7 +72,7 @@ jobs: deploy: name: Deploy to GitHub Pages - if: github.event_name == 'push' && github.ref == 'refs/heads/main' + if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main' needs: build runs-on: ubuntu-latest steps: