[drone] only build windows when tagged

This commit is contained in:
wowario 2021-03-24 10:16:19 +03:00
parent 732f34b595
commit 686b37e630
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
1 changed files with 7 additions and 3 deletions

View File

@ -26,9 +26,9 @@ volumes:
---
kind: pipeline
type: docker
name: windows-build
name: windows-deploy
steps:
- name: windows-build
- name: windows-deploy
image: wowlet/wowlet-win:v0.1
volumes:
- name: cache
@ -46,5 +46,9 @@ volumes:
- name: files
host:
path: /home/wow/wowlet_windows
trigger:
branch:
- master
event:
- tag
...