Fixed drone config to also build and release frontend when tagging

This commit is contained in:
konrad 2018-01-16 09:58:09 +01:00 committed by kolaente
parent 224e795531
commit 3f147ce7c5
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ pipeline:
- npm install
- npm run build
when:
event: [ push, pull_request ]
event: [ push, tag, pull_request ]
# Build a release when tagging
before-static-build: