We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da382d commit d09dcfdCopy full SHA for d09dcfd
.github/workflows/main.yml
@@ -2,7 +2,18 @@ name: publish
2
3
on:
4
push:
5
- branches: [ production ]
+ branches: [ master ]
6
+ workflow_dispatch:
7
+ inputs:
8
+ logLevel:
9
+ description: 'Log level'
10
+ required: true
11
+ default: 'warning'
12
+ type: choice
13
+ options:
14
+ - info
15
+ - warning
16
+ - debug
17
18
env:
19
AZURE_WEBAPP_NAME: LinuxMonitoringConsole
0 commit comments