Skip to content

Commit 8f15e7f

Browse files
committed
ci: build release only on version tag
1 parent b832239 commit 8f15e7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-electron-production.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
on:
22
push:
3-
branches:
4-
- master
3+
tags:
4+
- 'v[0-9]+.[0-9]+.[0-9]+'
5+
56
jobs:
67
build:
78
name: Build Electron app (production)

0 commit comments

Comments
 (0)