only build electron on releases

This commit is contained in:
Martin McKeaveney 2020-09-14 17:02:42 +01:00
parent 78e6a66543
commit 275a8e38a3
2 changed files with 1 additions and 6 deletions

View File

@ -4,8 +4,6 @@ on:
# Trigger the workflow on push with tags, # Trigger the workflow on push with tags,
# but only for the master branch # but only for the master branch
push: push:
branches:
- master
tags: tags:
- 'v*' - 'v*'

View File

@ -81,10 +81,7 @@
{/each} {/each}
</Select> </Select>
<Label size="m" color="dark">Value</Label> <Label size="m" color="dark">Value</Label>
<DataList <DataList secondary bind:value={field.value} on:blur={rebuildParameters}>
secondary
bind:value={field.value}
on:blur={rebuildParameters}>
<option value="" /> <option value="" />
{#each bindableProperties as bindableProp} {#each bindableProperties as bindableProp}
<option value={toBindingExpression(bindableProp.readableBinding)}> <option value={toBindingExpression(bindableProp.readableBinding)}>