فهرست منبع

chore: deploy docs only when push to dev or main

Jacky 6 ماه پیش
والد
کامیت
f8e17dc7e4
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      .github/workflows/documents.yml

+ 2 - 1
.github/workflows/documents.yml

@@ -3,7 +3,8 @@ name: Build Documents
 on:
   push:
     branches:
-      - '*'
+      - 'dev'
+      - 'main'
     paths:
       - "docs/**/*.js"
       - "docs/**/*.ts"