Skip to content

Commit 9e66197

Browse files
authored
Update build workflow to trigger on main branch
1 parent 270ef24 commit 9e66197

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-installer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Build Installer
33

44
on:
55
push:
6-
tags:
7-
- 'v[0-9]+.[0-9]+.[0-9+]'
6+
branches: ["main"]
87

98
jobs:
109
build-installer:

0 commit comments

Comments
 (0)