소스 검색

Test Action

杜府 3 년 전
부모
커밋
72cfc68a95
3개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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": {