Merge pull request '[drone] only build windows when tagged' (#22) from wowario/wowlet:trigger into master

Reviewed-on: https://git.wownero.com/wowlet/wowlet/pulls/22
This commit is contained in:
wowario 2021-03-24 11:21:15 +00:00
commit f989d2ae83
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
...