Browse Source

ci(workflow): change default build bypass to true

Update the default value for build_bypass parameter in GitHub workflow to enable builds by default
TheWildJames 8 months ago
parent
commit
cb4c96ae3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

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

@@ -25,7 +25,7 @@ on:
       build_bypass:
         description: "Build Bypass"
         type: boolean
-        default: false
+        default: true
       # Build Selection
       build_a12_5_10:
         description: "Android 12 - 5.10"