Skip to content

Commit 780d4b1

Browse files
author
Jacek Gębal
committed
Adding parameter to allow running a manual build for a Pull Request
1 parent 668c298 commit 780d4b1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
branches: [ develop ]
77

88
workflow_dispatch:
9+
inputs:
10+
pr_number:
11+
description: Pull request number
12+
required: false
913

1014
concurrency: ${{github.ref}}
1115
defaults:

0 commit comments

Comments
 (0)