Deployments and builds now happen only on master.

This commit is contained in:
Greenscreener
2019-07-25 13:28:13 +02:00
parent 9fa3702fc5
commit c4b60aa5fe
+4 -2
View File
@@ -36,8 +36,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
@@ -62,3 +62,5 @@ firebase-deploy:
- build - build
script: script:
- firebase deploy --only hosting - firebase deploy --only hosting
only:
- master