release: v3 release test

This commit is contained in:
陈凯龙 2022-02-18 14:22:26 +08:00
parent 6b5f87b2fc
commit 2f89be15ef
1 changed files with 1 additions and 2 deletions

View File

@ -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