Skip to content

Commit ee2070d

Browse files
committed
Update release electron action
1 parent 3bc89f9 commit ee2070d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/release-electron.yml

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

3-
on:
4-
push:
5-
tags:
6-
# Match a tag like "v1.2.3" or "v1.2.3-alpha.4"
7-
- "v*.*.*"
8-
- "v*.*.*-*.*"
9-
3+
on: [push, create]
104

115
jobs:
126
build:
7+
if: startsWith(github.ref, 'refs/tags/')
138
strategy:
149
matrix:
1510
os: [windows-latest, ubuntu-latest, macos-latest]

0 commit comments

Comments
 (0)