Only deploy on push (#603)

This commit is contained in:
Corwin 2024-04-04 23:40:28 +01:00 committed by GitHub
commit 653e52d3bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ jobs:
path: "website/build" path: "website/build"
deploy: deploy:
name: Deploy website name: Deploy website
if: github.event_name != 'pull_request' if: github.event_name == 'push'
# Add a dependency to the build job # Add a dependency to the build job
needs: build needs: build