Skip to content

Commit 0f9cf75

Browse files
authored
Update build.yml
1 parent b537079 commit 0f9cf75

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: Build
22
on:
3+
workflow_dispatch:
4+
inputs:
5+
logLevel:
6+
description: 'Log level'
7+
required: true
8+
default: 'warning'
9+
tags:
10+
description: 'Test scenario tags'
311
push:
412
branches:
513
- master

0 commit comments

Comments
 (0)