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:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
@ -35,6 +37,7 @@ jobs:
with:
path: "website/build"
deploy:
if: github.event_name != 'pull_request'
# Add a dependency to the build job
needs: build