Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 6999a7f

Browse files
committed
Update workflow trigger comment descriptions, and standardise between build workflows.
1 parent be1e4ed commit 6999a7f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/meson.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ on:
3434
type: boolean
3535
required: false
3636
default: false
37-
build_type: # "release", "debug"
37+
build_type: # "release" | "debug"
3838
type: string
3939
required: false
4040
default: "release"
41-
debug_level: # "full", "minimal", "release"
41+
debug_level: # "full" | "minimal" | "release"
4242
type: string
4343
required: false
4444
default: "release"

.github/workflows/msbuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Windows Build
22

33
on:
4+
# Triggers the workflow when manually dispatched
45
workflow_dispatch:
56
inputs:
67
upload_artefacts:

0 commit comments

Comments
 (0)