only deploy on push

This commit is contained in:
Corwin 2024-04-04 23:39:05 +01:00
parent 14e7eaedf7
commit 205b811e13
No known key found for this signature in database

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