Browse Source

Change build_type requirement from true to false

jimsterino98 4 tháng trước cách đây
mục cha
commit
8b69dd8fc5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -16,7 +16,7 @@ on:
         required: true
         type: string
       build_type:
-        required: true
+        required: false
         type: string
       susfs:
         required: true