only build electron on releases

This commit is contained in:
Martin McKeaveney 2020-09-14 17:02:42 +01:00
parent 4d85b1610c
commit 132c83fb84
2 changed files with 1 additions and 6 deletions

View File

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

View File

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