* only running pipes on master from now on

This commit is contained in:
shockrah 2021-10-19 00:24:07 -07:00
parent 0871f16160
commit 48042d828a

View File

@ -11,6 +11,9 @@ variables:
pages: pages:
stage: gitlab stage: gitlab
only:
refs:
- master
script: script:
- hugo - hugo
artifacts: artifacts:
@ -22,6 +25,9 @@ pages:
vps: vps:
image: shockrah/website:latest image: shockrah/website:latest
stage: vps stage: vps
only:
refs:
- master
needs: needs:
- pages - pages