Skip to content

Commit 528713f

Browse files
committed
add workflow dispatch option
1 parent 9b066aa commit 528713f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: Build
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
branch:
7+
description: 'Branch to build'
8+
required: true
9+
type: choice
10+
options:
11+
- master
12+
- refs/remotes/**
513
push:
614
branches:
715
- develop/*

0 commit comments

Comments
 (0)