1 parent b537079 commit 0f9cf75Copy full SHA for 0f9cf75
1 file changed
.github/workflows/build.yml
@@ -1,5 +1,13 @@
1
name: Build
2
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'
11
push:
12
branches:
13
- master
0 commit comments