mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
build site on PR too
This commit is contained in:
parent
9686ac5be0
commit
9bd59a1eca
3
.github/workflows/build-site.yml
vendored
3
.github/workflows/build-site.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue