Skip to content

Commit d09dcfd

Browse files
authored
Update main.yml
1 parent 8da382d commit d09dcfd

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Diff for: .github/workflows/main.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@ name: publish
22

33
on:
44
push:
5-
branches: [ production ]
5+
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
617

718
env:
819
AZURE_WEBAPP_NAME: LinuxMonitoringConsole

0 commit comments

Comments
 (0)