mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
only deploy on push
This commit is contained in:
parent
14e7eaedf7
commit
205b811e13
2
.github/workflows/build-site.yml
vendored
2
.github/workflows/build-site.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
path: "website/build"
|
||||
deploy:
|
||||
name: Deploy website
|
||||
if: github.event_name != 'pull_request'
|
||||
if: github.event_name == 'push'
|
||||
# Add a dependency to the build job
|
||||
needs: build
|
||||
|
||||
|
|
Loading…
Reference in a new issue