only build electron on releases
This commit is contained in:
parent
78e6a66543
commit
275a8e38a3
|
@ -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*'
|
||||||
|
|
||||||
|
|
|
@ -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)}>
|
||||||
|
|
Loading…
Reference in New Issue