mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +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:
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue