Skip to content

Commit 94c8a12

Browse files
committed
make it a dispatched yml
1 parent 0a3623c commit 94c8a12

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
name: release
1+
name: test
22

33
on:
4-
release:
5-
types: [published]
6-
4+
workflow_dispatch:
5+
github_run_id:
6+
description: 'Run id from which to create package'
7+
default: '8303274173'
8+
required: true
79
jobs:
810
package-windows:
911
needs:

0 commit comments

Comments
 (0)