We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b832239 commit 8f15e7fCopy full SHA for 8f15e7f
.github/workflows/build-electron-production.yml
@@ -1,7 +1,8 @@
1
on:
2
push:
3
- branches:
4
- - master
+ tags:
+ - 'v[0-9]+.[0-9]+.[0-9]+'
5
+
6
jobs:
7
build:
8
name: Build Electron app (production)
0 commit comments