Only run the Pages script on master.

This commit is contained in:
Bauke 2020-03-20 19:13:58 +01:00
parent ffdc8f0a45
commit b38c051f93
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ test:
pages:
extends: .common
stage: deploy
only:
- master@holllo/love
script:
- yarn build
- cp 'public/index.html' 'public/404.html'