Fix drone trigger
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2021-04-25 18:31:05 +02:00
parent 1340d259a0
commit 45c6a87467
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,6 @@ kind: pipeline
name: build
trigger:
branch:
- master
event:
- push
@ -34,3 +32,6 @@ steps:
strip_prefix: dist/
source: dist/vikunja-theme.tar.gz
target: /theme/
when:
event: [ push ]
branch: [ main ]