Skip to content

Commit

Permalink
Changed the deployment triger from publish to push/pull-request.
Browse files Browse the repository at this point in the history
  • Loading branch information
kousuke-nakano committed Jun 9, 2024
1 parent b7e9b5a commit 9964b8f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/website-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9964b8f

Please sign in to comment.