diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index df1e47ba..8bdddde9 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -91,7 +91,7 @@ jobs: if-no-files-found: error - name: Deploy to GitHub Pages - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} + if: ${{ github.event_name == 'push' }} uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages