Bladeren bron

Test Action

杜府 3 jaren geleden
bovenliggende
commit
72cfc68a95
3 gewijzigde bestanden met toevoegingen van 5 en 1 verwijderingen
  1. 2 0
      .github/workflows/auto-public-npm.yml
  2. 2 0
      .github/workflows/auto-releases.yml
  3. 1 1
      components/package.json

+ 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": {