diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index dc4a1e7..597944e 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -3,11 +3,14 @@ name: sphinx-deploy-gh-pages on: - release: - types: [published] + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] jobs: sphinx-build: + if: github.repository == 'sissaschool/turborvb_website' runs-on: ubuntu-latest steps: - name: Install and Setup Python