Skip to content

Commit 8b6cb9c

Browse files
committed
Update release electron action
1 parent ee2070d commit 8b6cb9c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-electron.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Build Electron Release
22

3-
on: [push, create]
3+
on:
4+
push:
5+
tags:
6+
- "v*.*.*"
47

58
jobs:
69
build:
7-
if: startsWith(github.ref, 'refs/tags/')
810
strategy:
911
matrix:
1012
os: [windows-latest, ubuntu-latest, macos-latest]

0 commit comments

Comments
 (0)