Browse Source

Add build_type parameter to workflow configuration

jimsterino98 4 months ago
parent
commit
9667c2f4fc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/build.yml

+ 3 - 0
.github/workflows/build.yml

@@ -15,6 +15,9 @@ on:
       kernel_version:
         required: true
         type: string
+      build_type:
+        required: true
+        type: string
       susfs:
         required: true
         type: string