Browse Source

release: v3 release test

陈凯龙 3 năm trước cách đây
mục cha
commit
2f89be15ef
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      .github/workflows/main.yml

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

@@ -1,4 +1,4 @@
-name: build and deploy
+name: deploy
 
 # v3 分支 push 代码的时候触发
 on:
@@ -8,7 +8,6 @@ on:
 
 jobs:
   push-to-gh-pages:
-    if: "contains(github.event.head_commit.message, '[release]')"
     runs-on: ubuntu-latest
     steps:
       - name: Checkout