Skip to content

Commit 080a64e

Browse files
authored
github: workflows: msi: only on workflow dispatch
1 parent 389c02b commit 080a64e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/msi.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: Build the MSI (Installer)
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
8-
branches:
9-
- master
4+
workflow_dispatch:
105

116
jobs:
127
build-msi:

0 commit comments

Comments
 (0)