build site on PR too

This commit is contained in:
Corwin 2024-04-04 18:08:26 +01:00
parent 9686ac5be0
commit 9bd59a1eca
No known key found for this signature in database

View file

@ -4,6 +4,8 @@ on:
merge_group: merge_group:
push: push:
branches: [master] branches: [master]
pull_request:
branches: [master]
jobs: jobs:
build: build:
@ -35,6 +37,7 @@ jobs:
with: with:
path: "website/build" path: "website/build"
deploy: deploy:
if: github.event_name != 'pull_request'
# Add a dependency to the build job # Add a dependency to the build job
needs: build needs: build