Skip to content

Commit 8c3ae71

Browse files
authored
Update main.yml
1 parent 09e062a commit 8c3ae71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [ master ]
88
workflow_dispatch:
9+
inputs:
10+
branch:
11+
description: 'Branch to run the workflow'
12+
default: 'custom-branch'
913

1014
jobs:
1115
build:

0 commit comments

Comments
 (0)