Skip to content

Commit eecd374

Browse files
committed
build desktop on releases
1 parent 03b8480 commit eecd374

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build-desktop.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: Build Desktop Application
22

3-
on: create
3+
on:
4+
push:
5+
branches:
6+
- master
47

58
jobs:
69
build:
7-
if: "contains(github.ref, '/tags/v')"
10+
if: "contains(github.event.head_commit.message, 'chore(release)')"
811
runs-on: ${{ matrix.os }}
912

1013
strategy:

0 commit comments

Comments
 (0)