* 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:
stage: gitlab
only:
refs:
- master
script:
- hugo
artifacts:
@@ -22,6 +25,9 @@ pages:
vps:
image: shockrah/website:latest
stage: vps
only:
refs:
- master
needs:
- pages