Skip to content

Commit bc054e5

Browse files
committed
Remove unused dispatch config
1 parent b61c060 commit bc054e5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: Build binaries
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
branch:
7-
description: 'Branch to use for building binaries'
8-
required: true
9-
default: 'master'
4+
workflow_dispatch: {}
105

116
jobs:
127
build:

0 commit comments

Comments
 (0)