Deployments and builds now happen only on master.

This commit is contained in:
Greenscreener 2019-07-19 17:46:24 +02:00
parent ea63057b66
commit 31b65fd6a5

View File

@ -35,8 +35,8 @@ build:
paths: paths:
- public - public
expire_in: 3 months expire_in: 3 months
# only: only:
#- master - master
test: test:
stage: lint_build_test stage: lint_build_test
@ -60,4 +60,6 @@ firebase-deploy:
dependencies: dependencies:
- build - build
script: script:
- firebase deploy --only hosting - firebase deploy --only hosting
only:
- master