Skip to content

Commit 3aa7671

Browse files
committed
fix: use conditional expression to build desktop application
1 parent ebccd95 commit 3aa7671

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-desktop.yml

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

3-
on:
4-
push:
5-
tags-ignore:
6-
- "*-no-desktop"
3+
on: push
74

85
jobs:
96
build:
7+
if: "contains(github.ref, '/tags/v')"
108
runs-on: ${{ matrix.os }}
119

1210
strategy:

0 commit comments

Comments
 (0)