cubemaze 2 жил өмнө
parent
commit
31999bf09c

+ 1 - 3
.github/workflows/build-release.yaml

@@ -2,11 +2,9 @@ name: build_release
 
 on:
   push:
-    branches:
-      - main
     tags:
       - '*' #
-    workflow_dispatch:
+  workflow_dispatch:
 
 jobs:
   BuildRelease: