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