diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bdecccb..c693324 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -41,7 +41,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest - if: github.event_name == 'release' && github.event.action == 'published' + if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - name: 🚀 Deploy to GitHub Pages id: deployment