Prechádzať zdrojové kódy

ci: default release_type to Action (no release unless chosen)

TheWildJames 1 týždeň pred
rodič
commit
ed1d96dadd
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      .github/workflows/main.yml

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

@@ -14,7 +14,7 @@ on:
           - Action
           - Pre-Release
           - Release
-        default: Pre-Release
+        default: Action
       use_cache:
         description: "Use ccache/bazel cache (restore/save)"
         type: boolean