杜府 3 éve
szülő
commit
72cfc68a95

+ 2 - 0
.github/workflows/auto-public-npm.yml

@@ -5,6 +5,8 @@ name: Auto publish npm
 
 on:
     push:
+        branches:
+            - main
         tags:
             - v*
 

+ 2 - 0
.github/workflows/auto-releases.yml

@@ -15,6 +15,8 @@ name: Auto releases
 
 on:
     push:
+        branches:
+            - main
         tags:
             - v*
 

+ 1 - 1
components/package.json

@@ -1,6 +1,6 @@
 {
     "name": "stdf",
-    "version": "0.0.12",
+    "version": "0.0.11",
     "description": "Mobile Web component library based on Svelte and Tailwind",
     "main": "index.js",
     "scripts": {